diff options
Diffstat (limited to 'haskell/haskell-terminfo/README')
-rw-r--r-- | haskell/haskell-terminfo/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/haskell/haskell-terminfo/README b/haskell/haskell-terminfo/README new file mode 100644 index 0000000000..c06fe50398 --- /dev/null +++ b/haskell/haskell-terminfo/README @@ -0,0 +1,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 |