blob: 64f452c70f66f975084534b54dd03a4f8dd4ced5 (
plain)
1
2
3
4
5
6
7
8
9
|
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/.
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
|