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

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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.

Properties

Versions 0.2, 0.2.1, 0.3, 0.3.1, 0.3.2, 0.4, 0.5, 0.5.0.1, 0.6, 0.6.0.1, 0.6.1, 0.6.1.1, 0.6.1.2, 0.6.1.3, 0.6.1.5, 0.6.1.6, 0.6.2, 0.6.2.1, 0.6.2.2, 0.6.2.3, 0.6.2.4, 0.6.3, 0.6.3.1, 0.6.3.2, 0.6.4.0, 0.6.4.1, 0.6.4.2, 0.6.4.3, 0.6.4.4, 0.6.4.5, 0.6.4.6, 0.6.4.7, 0.7.0.0, 0.7.0.1, 0.7.0.2, 0.7.0.3, 0.7.1.0, 0.7.1.1, 0.7.1.2, 0.7.1.3, 0.7.2.0, 0.7.2.1, 0.7.2.2, 0.7.2.3, 0.7.3.0, 0.7.3.1, 0.7.4.0, 0.7.4.1, 0.7.4.1, 0.7.4.2, 0.7.4.3, 0.7.5.0, 0.8.0.0, 0.8.0.1, 0.8.1.0, 0.8.1.1, 0.8.1.2, 0.8.1.3, 0.8.2, 0.8.2.1
Change log Changelog
Dependencies base (>=4.5 && <4.12), bytestring (>=0.9 && <0.11), containers (>=0.4 && <0.6), directory (>=1.1 && <1.4), filepath (>=1.2 && <1.5), process (>=1.0 && <1.7), stm (>=2.4 && <2.5), terminfo (>=0.3.1.3 && <0.5), transformers (>=0.2 && <0.6), unix (>=2.0 && <2.8), Win32 (>=2.0) [details]
License BSD-3-Clause
Copyright (c) Judah Jacobson
Author Judah Jacobson
Maintainer Judah Jacobson <judah.jacobson@gmail.com>
Category User Interfaces
Home page https://github.com/judah/haskeline
Bug tracker https://github.com/judah/haskeline/issues
Source repo head: git clone git://github.com/judah/haskeline.git
Uploaded by JudahJacobson at 2017-12-02T12:36:05Z

Modules

[Index]

Flags

Manual Flags

NameDescriptionDefault
terminfo

Use the terminfo package for POSIX consoles.

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees