prettyprinter-compat-wl-pprint

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

http://github.com/quchen/prettyprinter

LTS Haskell 22.14:1.0.1
Stackage Nightly 2024-03-28:1.0.1
Latest on Hackage:1.0.1

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

BSD-2-Clause licensed by Daan Leijen, Noam Lewis, David Luposchainsky
Maintained by David Luposchainsky <dluposchainsky at google>
This version can be pinned in stack with:prettyprinter-compat-wl-pprint-1.0.1@sha256:e2f3e7a024b3cf2eaba246cedd3769db8708d3fbc73338fce0bf7fce0765627f,1307

Module documentation for 1.0.1

wl-pprint compatibility package

This package defines a compatibility layer between the old wl-pprint package, and the new prettyprinter package.

This allows easily transitioning dependent packages from the old to the new package, by simply replacing wl-pprint with prettyprinter-compat-wl-pprint 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.