@hackage prettyprinter-compat-ansi-wl-pprint0.1
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
Deprecated
Tested Compilers
Dependencies (4)
- base <127
- prettyprinter >=0 && <0.2
- prettyprinter-ansi-terminal >=0 && <0.2
- text Show all…
Dependents (5)
@hackage/debug, @hackage/acme-everything, @hackage/ansi-wl-pprint, @hackage/groot, @hackage/language-thrift
wl-pprint-ansi compatibility module
This module defines a compatibility layer between the old wl-pprint-ansi
module, and the new one (version 1+).
This allows easily transitioning dependent packages from the old to the new
package, by simply replacing wl-pprint-ansi with wl-pprint-compat-old-ansi
in the .cabal file.
Note that this module is only for transitional purposes, and therefore
deprecated and wholly undocumented. For new development, use the current version
of wl-pprint, and the ANSI terminal backend provided in wl-pprint-ansi.