aboutsummaryrefslogtreecommitdiff
path: root/libraries/haskell-editline/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/haskell-editline/README')
-rw-r--r--libraries/haskell-editline/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/libraries/haskell-editline/README b/libraries/haskell-editline/README
new file mode 100644
index 0000000000..6c99ec20f2
--- /dev/null
+++ b/libraries/haskell-editline/README
@@ -0,0 +1,11 @@
+haskell-editline (Bindings to the editline library (libedit))
+
+This package contains 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.
+
+When uninstalling, run this command to unregister the package from the ghc
+package database: ghc-pkg unregister editline