From f239c4cdd0af089484c53eb155e42df74271da38 Mon Sep 17 00:00:00 2001 From: Mikko Varri Date: Thu, 13 May 2010 00:58:36 +0200 Subject: libraries/haskell-editline: Added to 13.0 repository --- libraries/haskell-editline/README | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libraries/haskell-editline/README (limited to 'libraries/haskell-editline/README') 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 -- cgit v1.2.3