prettyprinter-compat-annotated-wl-pprint

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

http://github.com/quchen/prettyprinter

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

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

BSD-2-Clause licensed by Daan Leijen, David Raymond Christiansen, David Luposchainsky
Maintained by David Luposchainsky <dluposchainsky at google>
This version can be pinned in stack with:prettyprinter-compat-annotated-wl-pprint-1.1@sha256:701dd271a4cd463ab3df69f6a8b8a6170d0cf9dab538a81fe64464328ab6a9e9,1380

Module documentation for 1.1

annotated-wl-pprint compatibility package

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

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