diff options
Diffstat (limited to 'libraries/haskell-haskeline/README')
-rw-r--r-- | libraries/haskell-haskeline/README | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libraries/haskell-haskeline/README b/libraries/haskell-haskeline/README index 8536a330d57d5..5ad216dcb7f63 100644 --- a/libraries/haskell-haskeline/README +++ b/libraries/haskell-haskeline/README @@ -1,10 +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. -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, haskell-terminfo, and haskell-utf8-string. +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 |