diff options
Diffstat (limited to 'haskell/haskell-haskeline/README')
-rw-r--r-- | haskell/haskell-haskeline/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/haskell/haskell-haskeline/README b/haskell/haskell-haskeline/README new file mode 100644 index 0000000000..5ad216dcb7 --- /dev/null +++ b/haskell/haskell-haskeline/README @@ -0,0 +1,10 @@ +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-transformers, haskell-mtl, +haskell-terminfo, and haskell-utf8-string. + +After uninstalling, run this command to unregister the package from the ghc +package database: ghc-pkg recache |