prettyprinter-compat-ansi-wl-pprint

Drop-in compatibility package to migrate from »ansi-wl-pprint« to »prettyprinter«.

http://github.com/quchen/prettyprinter

Version on this page:1.0.1
LTS Haskell 22.13:1.0.2
Stackage Nightly 2024-03-14:1.0.2
Latest on Hackage:1.0.2

See all snapshots prettyprinter-compat-ansi-wl-pprint appears in

BSD-2-Clause licensed by David Luposchainsky
Maintained by David Luposchainsky <dluposchainsky at google>
This version can be pinned in stack with:prettyprinter-compat-ansi-wl-pprint-1.0.1@sha256:c6fcde569b596e8608d383095f014376abd8d65ccd0f26ccabbf69d2553b77b9,1251

Module documentation for 1.0.1

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.