@hackage / haskeline

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

Latest0.8.4.1

About

Metadata

  • Last updated , by TroelsHenriksen
  • License BSD-3-Clause
  • Categories GUI
  • Maintained by: Troels Henriksen <athas@sigkill.dk>

  • Lottery factor: 3

Links

Installation

Tested Compilers

  1. 9.12.1
  2. 9.10.1
  3. 9.8.2
  4. 9.6.5
  5. 9.4.8
  6. 9.2.8
  7. 9.0.2
  8. 8.10.7
  9. 8.8.4
  10. 8.6.5
  11. 8.4.4
  12. 8.2.2
  13. 8.0.2

Package Flags

Use the -f option with cabal commands to enable flags

    terminfo (on by default)

    Use the terminfo package for POSIX consoles.

    examples (on by default)

    Enable executable components used for tests.

Readme

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.