Skip to content
Judah Jacobson edited this page Mar 6, 2016 · 2 revisions

Haskeline

The Haskeline library provides a user interface for line input in command-line programs. This library is similar in purpose to readline, but since it is written in Haskell it is (hopefully) more easily used in other Haskell programs.

Features:

The latest release, as well as the API documentation, may be obtained from Hackage at http://hackage.haskell.org/package/haskeline.

The most recent development source code can be downloaded with:

git clone https://github.com/judah/haskeline

Further documentation is also available on this wiki.