@hackage haskeline0.8.4.1
A command-line interface for user input, written in Haskell.
Installation
Tested Compilers
Dependencies (12)
- Win32 >=2.1 && <2.10 || >=2.12
- base >=4.9 && <4.23
- bytestring >=0.9 && <0.13
- containers >=0.4 && <0.9
- directory >=1.1 && <1.4
- exceptions >=0.10 && <0.11 Show all…
Dependents (173)
@hackage/memscript, @hackage/garepinoh, @hackage/hosc-utils, @hackage/EtaMOO, @hackage/hledger, @hackage/haskeem, Show all…
Package Flags
terminfo
(on by default)
Use the terminfo package for POSIX consoles.
examples
(on by default)
Enable executable components used for tests.
Haskeline 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 both on POSIX-compatible systems and on Windows.