blob: 7c0938a596bc0d9b0a2f8968495e77d0589d2826 (
plain)
1
2
3
4
5
6
7
8
|
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.
After uninstalling, run this command to unregister the package from
the ghc package database: ghc-pkg recache
|