@hackage prettyprinter-compat-ansi-wl-pprint1
Prettyprinter compatibility module for previous users of the ansi-wl-pprint package.
Categories
License
BSD-2-Clause
Maintainer
David Luposchainsky <dluposchainsky at google>
Links
Versions
Installation
Tested Compilers
Dependencies (4)
- base >=4.7 && <5
- prettyprinter <2
- prettyprinter-ansi-terminal <1.1
- text >=1.2 && <1.3 Show all…
Dependents (5)
@hackage/debug, @hackage/acme-everything, @hackage/ansi-wl-pprint, @hackage/groot, @hackage/language-thrift
ansi-wl-pprint compatibility package
This package defines a compatibility layer between the old ansi-wl-pprint
package, and the new prettyprinter/prettyprinter-ansi-terminal ones.
This allows easily transitioning dependent packages from the old to the new
package, by simply replacing ansi-wl-pprint with prettyprinter-ansi-terminal
in the .cabal file.
Note that this package is only for transitional purposes, and therefore
deprecated and wholly undocumented. For new development, use the current version
of prettyprinter, and the ANSI terminal backend provided in
prettyprinter-ansi-terminal.