Description
Drop-in compatibility package to migrate from »annotated-wl-pprint« to »prettyprinter«
Description
See README.md
README.md
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
.