haskeline

A command-line interface for user input, written in Haskell.

https://github.com/judah/haskeline

Version on this page:0.8.2.1
LTS Haskell 22.13:0.8.2.1
Stackage Nightly 2024-03-14:0.8.2.1
Latest on Hackage:0.8.2.1@rev:1

See all snapshots haskeline appears in

BSD-3-Clause licensed by Judah Jacobson
Maintained by Judah Jacobson
This version can be pinned in stack with:haskeline-0.8.2.1@sha256:23369899343e5d60fe45263367126ca6bf20e3edc019b53285ef6d020665493a,5827

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.