diff options
author | Mikko Varri <vmj@linuxbox.fi> | 2010-05-13 00:58:36 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:58:36 +0200 |
commit | f239c4cdd0af089484c53eb155e42df74271da38 (patch) | |
tree | e52fcea6e1ec4ebd1210c7cd2ea80ffc3bf3adf7 /libraries/haskell-editline/README | |
parent | 340ddf36d8cb9cfab3845f7236debc5afed2ecd3 (diff) |
libraries/haskell-editline: Added to 13.0 repository
Diffstat (limited to 'libraries/haskell-editline/README')
-rw-r--r-- | libraries/haskell-editline/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libraries/haskell-editline/README b/libraries/haskell-editline/README new file mode 100644 index 0000000000000..6c99ec20f2895 --- /dev/null +++ b/libraries/haskell-editline/README @@ -0,0 +1,11 @@ +haskell-editline (Bindings to the editline library (libedit)) + +This package contains bindings to the BSD editline library. It provides a +basic interface to the editline API for reading lines of input from the user. +Additionally, a readline compatibility module is included which provides a +subset of the functions from the readline package. + +This requires libedit and ghc. + +When uninstalling, run this command to unregister the package from the ghc +package database: ghc-pkg unregister editline |