summaryrefslogtreecommitdiffstats
path: root/libraries/haskell-editline/README
blob: 6c99ec20f28955337307ea394d9a1b61cd3a7d74 (plain)
1
2
3
4
5
6
7
8
9
10
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