editline

Bindings to the editline library (libedit).

http://code.haskell.org/editline

Latest on Hackage:0.2.1.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed
Maintained by Judah Jacobson

This package contains bindings to the BSD editline library (http://www.thrysoee.dk/editline/). 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.