summaryrefslogtreecommitdiffstats
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, 5 insertions, 6 deletions
diff --git a/libraries/haskell-editline/README b/libraries/haskell-editline/README
index 3ffb39b8bb..0f36b82abc 100644
--- a/libraries/haskell-editline/README
+++ b/libraries/haskell-editline/README
@@ -1,9 +1,8 @@
-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 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.