@hackage haskeline0.6.2
A command-line interface for user input, written in Haskell.
Categories
License
BSD-3-Clause
Maintainer
Judah Jacobson <judah.jacobson@gmail.com>
Links
- Homepage
- Documentation
- No source repository
- Changelog
- Security
Versions
Installation
CustomDependencies (11)
- Win32 >=2.0
- base >=4.1 && <4.3
- bytestring >=0.9 && <0.10
- containers >=0.1 && <0.3
- directory >=1.0 && <1.1
- extensible-exceptions (>=0.1 && <0.2) && >=0.1.1.0 Show all…
Dependents (173)
@hackage/memscript, @hackage/garepinoh, @hackage/hosc-utils, @hackage/EtaMOO, @hackage/hledger, @hackage/haskeem, Show all…
Package Flags
base2
(on by default)
Use the base packages from before version 6.8
terminfo
(on by default)
Use the terminfo package for POSIX consoles.
libiconv
(off by default)
Explicitly link against the libiconv library.
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.