diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2011-01-09 12:30:05 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-01-10 15:04:43 -0600 |
commit | 564772e5f2e34e23fd205faf9e906abc8d1cb5f4 (patch) | |
tree | a1f49d6075217d42bfa1a7dc45364ccc902cb282 /libraries/haskell-X11/README | |
parent | b7c63a136fc3fc1fcb6b856a828665cb4ffa884e (diff) |
libraries/haskell-X11: Miscellaneous cleanup.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/haskell-X11/README')
-rw-r--r-- | libraries/haskell-X11/README | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/libraries/haskell-X11/README b/libraries/haskell-X11/README index 5bdc304f4763e..64f452c70f66f 100644 --- a/libraries/haskell-X11/README +++ b/libraries/haskell-X11/README @@ -1,10 +1,9 @@ -haskell-X11 (A Haskell binding to the X11 graphics library) +A Haskell binding to the X11 graphics library. The binding is a +direct translation of the C binding; for documentation of these calls, +refer to The Xlib Programming Manual, available online at +http://tronche.com/gui/x/xlib/. -The binding is a direct translation of the C binding; for -documentation of these calls, refer to The Xlib Programming Manual, -available online at http://tronche.com/gui/x/xlib/. - -This requires ghc from SlackBuilds.org. +This requires ghc and haskell-syb from SlackBuilds.org. After uninstalling, run this command to unregister the package from the ghc package database: ghc-pkg recache |