@hackage prettyprinter-compat-annotated-wl-pprint1.1
Drop-in compatibility package to migrate from »annotated-wl-pprint« to »prettyprinter«.
Categories
License
BSD-2-Clause
Maintainer
David Luposchainsky <dluposchainsky at google>
Links
Versions
Installation
Tested Compilers
Dependencies (3)
- base >=4.5 && <5
- text >=1.2
- prettyprinter >=1.7 Show all…
Dependents (1)
@hackage/acme-everything
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
.