blob: c06fe50398fca10a62ea15bf7f3bd8336072b244 (
plain)
1
2
3
4
5
6
7
8
9
|
This library provides an Haskell interface to the terminfo database
(via bindings to the curses library). Terminfo allows POSIX systems
to interact with a variety of terminals using a standard set of
capabilities.
This requires ghc.
After uninstalling, run this command to unregister the package from the ghc
package database: ghc-pkg recache
|