blob: 44c4974c14537f40a65fea9196ca15b659c0a037 (
plain)
1
2
3
4
5
6
7
8
|
This is a pretty printing library based on Wadler's paper A Prettier
Printer. It has been enhanced with support for ANSI terminal colored
output using the ansi-terminal package.
This requires ghc, and haskell-ansi-terminal.
After uninstalling, run this command to unregister the package from
the ghc package database: ghc-pkg recache
|