mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
6a511b1c66
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
10 lines
435 B
Text
10 lines
435 B
Text
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-transformers, haskell-mtl,
|
|
haskell-terminfo, and haskell-utf8-string.
|
|
|
|
After uninstalling, run this command to unregister the package from the ghc
|
|
package database: ghc-pkg recache
|