diff options
Diffstat (limited to 'libraries/haskell-editline/README')
-rw-r--r-- | libraries/haskell-editline/README | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/libraries/haskell-editline/README b/libraries/haskell-editline/README deleted file mode 100644 index 0f36b82abc..0000000000 --- a/libraries/haskell-editline/README +++ /dev/null @@ -1,10 +0,0 @@ -This package contains Haskell bindings to the BSD editline library. -It provides a basic interface to the editline API for reading lines of -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 |