diff options
Diffstat (limited to 'haskell/haskell-editline/README')
-rw-r--r-- | haskell/haskell-editline/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/haskell/haskell-editline/README b/haskell/haskell-editline/README new file mode 100644 index 0000000000..0f36b82abc --- /dev/null +++ b/haskell/haskell-editline/README @@ -0,0 +1,10 @@ +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 |