prettyprinter-compat-wl-pprint

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

http://github.com/quchen/prettyprinter

LTS Haskell 24.38:1.0.1
Stackage Nightly 2026-04-29:1.0.2
Latest on Hackage:1.0.2

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.2@sha256:f381b3898d096bf0f75e21a90aecf240e7ff2be04096b535a094f039856d0001,1276

Module documentation for 1.0.2

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.