aboutsummaryrefslogtreecommitdiff
path: root/libraries/haskell-terminfo/README
diff options
context:
space:
mode:
authorMikko Varri <vmj@linuxbox.fi>2010-05-13 00:58:41 +0200
committerRobby Workman <rworkman@slackbuilds.org>2010-05-13 00:58:41 +0200
commit77cb0339b707ca516b4edb28a2684c566f2c47a3 (patch)
tree16179c092a3990e28ff33ee2484ea17c3b59fe9c /libraries/haskell-terminfo/README
parent91e973309dc21edcb21baa25667a355ff2258bbc (diff)
libraries/haskell-terminfo: Added to 13.0 repository
Diffstat (limited to 'libraries/haskell-terminfo/README')
-rw-r--r--libraries/haskell-terminfo/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/haskell-terminfo/README b/libraries/haskell-terminfo/README
new file mode 100644
index 000000000000..4af88e658ee8
--- /dev/null
+++ b/libraries/haskell-terminfo/README
@@ -0,0 +1,10 @@
+haskell-terminfo (Haskell bindings to the terminfo library)
+
+This library provides an interface to the terminfo database (via bindings
+to the curses library). Terminfo allows POSIX systems to interact with a
+variety of terminals using a standard set of capabilities.
+
+This requires ghc.
+
+When uninstalling, run this command to unregister the package from the ghc
+package database: ghc-pkg unregister terminfo