| Version 2 (modified by judah, 5 years ago) |
|---|
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.
Haskeline runs on:
- POSIX-compatible systems, using the terminfo library
- Windows, under MinGW (Cygwin is not yet supported)
The darcs repository is at http://code.haskell.org/haskeline . I'll post an initial prerelease to hackage once a few more issues are worked out.
