diff options
author | Volker Stolz <vs@FreeBSD.org> | 2007-09-17 05:56:38 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2007-09-17 05:56:38 +0000 |
commit | 9c4f802cd74919e5f5d85b60c340aa8d906927f6 (patch) | |
tree | 8f2f4a021d1c5ef3f84880ce406957da9f542b10 /x11/hs-X11/pkg-descr | |
parent | Re-structure support for libraries in GHC: (diff) |
Add x11/hs-x11-ghc, which provides x11 bindings for Haskell programs
compiled through lang/ghc. As of lang/ghc version 6.6.1_1, x11 and other
libraries are no longer part of the base ghc port.
Notes
Notes:
svn path=/head/; revision=199588
Diffstat (limited to 'x11/hs-X11/pkg-descr')
-rw-r--r-- | x11/hs-X11/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/x11/hs-X11/pkg-descr b/x11/hs-X11/pkg-descr new file mode 100644 index 000000000000..ddccc4439150 --- /dev/null +++ b/x11/hs-X11/pkg-descr @@ -0,0 +1,7 @@ +A Haskell binding to the X11 library. + +The binding is a direct translation of C binding; +for documentation of these calls, refer to /The Xlib Programming Manual/, +available online at <http://tronche.com/gui/x/xlib/>. + +WWW: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11 |