diff options
Diffstat (limited to 'haskell')
-rw-r--r-- | haskell/haskell-haskeline/README | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/haskell/haskell-haskeline/README b/haskell/haskell-haskeline/README index 5ad216dcb7..4e666a913c 100644 --- a/haskell/haskell-haskeline/README +++ b/haskell/haskell-haskeline/README @@ -3,8 +3,5 @@ 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 +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |