File: X11-xft.cabal

package info (click to toggle)
haskell-x11-xft 0.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 100 kB
  • sloc: haskell: 28; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 654 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name:           X11-xft
version:        0.3.1
license:        LGPL
license-file:   LICENSE
author:         Clemens Fruhwirth
maintainer:     clemens@endorphin.org
category:       Graphics
synopsis:       Bindings to the Xft, X Free Type interface library, and some Xrender parts
description:    Bindings to the Xft, X Free Type interface library, and some Xrender parts
exposed-modules:    Graphics.X11.Xft, Graphics.X11.Xrender
extensions:         ForeignFunctionInterface
build-depends:	    base < 5, X11>=1.2.1, utf8-string>=0.1
ghc-options:        -funbox-strict-fields
pkgconfig-depends:  xft
extra-source-files: Hello.hs
build-type:         Simple