mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
10 lines
465 B
Text
10 lines
465 B
Text
haskell-haskeline (A command-line interface for user input)
|
|
|
|
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.
|
|
|
|
This requires ghc, haskell-mtl, and haskell-terminfo.
|
|
|
|
When uninstalling, run this command to unregister the package from the ghc
|
|
package database: ghc-pkg unregister haskeline
|