diff options
Diffstat (limited to 'haskell/haskell-editline/README')
-rw-r--r-- | haskell/haskell-editline/README | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/haskell/haskell-editline/README b/haskell/haskell-editline/README index 0f36b82abc..7c0938a596 100644 --- a/haskell/haskell-editline/README +++ b/haskell/haskell-editline/README @@ -4,7 +4,5 @@ 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. - -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 |