diff options
Diffstat (limited to 'haskell/haskell-ansi-terminal/README')
-rw-r--r-- | haskell/haskell-ansi-terminal/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/haskell/haskell-ansi-terminal/README b/haskell/haskell-ansi-terminal/README new file mode 100644 index 0000000000..1cde06ceeb --- /dev/null +++ b/haskell/haskell-ansi-terminal/README @@ -0,0 +1,8 @@ +ANSI terminal support for Haskell: allows cursor movement, screen +clearing, color output showing or hiding the cursor, and changing +the title. + +This requires ghc. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |