2011-01-09 18:05:56 +01:00
|
|
|
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.
|
2010-05-13 00:58:37 +02:00
|
|
|
|
2011-01-09 18:05:56 +01:00
|
|
|
This requires ghc, haskell-transformers, haskell-mtl,
|
|
|
|
haskell-terminfo, and haskell-utf8-string.
|
2010-05-13 00:58:37 +02:00
|
|
|
|
2010-07-16 21:28:12 +02:00
|
|
|
After uninstalling, run this command to unregister the package from the ghc
|
|
|
|
package database: ghc-pkg recache
|