diff options
author | Mikko Varri <vmj@linuxbox.fi> | 2010-05-13 00:58:37 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:58:37 +0200 |
commit | fe50834acf79783f2729380d22d3c1f18443f390 (patch) | |
tree | 99d5cd6b42d991271a7cac3f8417eedd0ff64bb9 /libraries/haskell-haskeline/README | |
parent | 710fa16b8a7045582b1d063c98c8c1c696fed4db (diff) | |
download | slackbuilds-fe50834acf79783f2729380d22d3c1f18443f390.tar.gz |
libraries/haskell-haskeline: Added to 13.0 repository
Diffstat (limited to 'libraries/haskell-haskeline/README')
-rw-r--r-- | libraries/haskell-haskeline/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/haskell-haskeline/README b/libraries/haskell-haskeline/README new file mode 100644 index 0000000000..3af5af2ad2 --- /dev/null +++ b/libraries/haskell-haskeline/README @@ -0,0 +1,10 @@ +haskell-haskeline (A command-line interface for user input) + +Haskeline provides a user interface for line input in command-line programs. +This library is similar in purpose to readline, but since it is written in +Haskell, it is (hopefully) more easily used in other Haskell programs. + +This requires ghc, haskell-mtl, and haskell-terminfo. + +When uninstalling, run this command to unregister the package from the ghc +package database: ghc-pkg unregister haskeline |