diff options
author | vs <vs@FreeBSD.org> | 2007-09-17 13:56:38 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2007-09-17 13:56:38 +0800 |
commit | b0389178984058c5f94ce0d822fe103a842b8625 (patch) | |
tree | a54ea8cf9dcc03edb4bedbe19c27359e6d2b4560 /x11/hs-X11/pkg-descr | |
parent | 36aaf118d234c211486571628a6170c68bfe42d2 (diff) | |
download | freebsd-ports-gnome-b0389178984058c5f94ce0d822fe103a842b8625.tar.gz freebsd-ports-gnome-b0389178984058c5f94ce0d822fe103a842b8625.tar.zst freebsd-ports-gnome-b0389178984058c5f94ce0d822fe103a842b8625.zip |
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.
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 |