prettyprinter/prettyprinter-compat-annotated-wl-pprint
2022-08-11 22:13:49 +02:00
..
misc Fix some release checks 2017-05-20 18:09:54 +02:00
src/Text/PrettyPrint/Annotated Prepare prettyprinter-compat-annotated-wl-pprint v1.1 (#190) 2020-12-27 10:09:28 +01:00
LICENSE.md Release housekeeping 2017-05-29 17:55:46 +02:00
prettyprinter-compat-annotated-wl-pprint.cabal Add CI with GHC 9.4.1 (#232) 2022-08-11 22:13:49 +02:00
README.md Release housekeeping 2017-05-29 17:55:46 +02:00
Setup.lhs Prepare for preview release 2017-05-20 17:57:45 +02:00

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.