prettyprinter/prettyprinter-compat-ansi-wl-pprint
2022-08-11 22:13:49 +02:00
..
src/Text/PrettyPrint/ANSI Deprecate the Data.Text.Prettyprint.* modules (#203) 2021-09-01 11:43:13 +02:00
LICENSE.md Prepare for preview release 2017-05-20 17:57:45 +02:00
prettyprinter-compat-ansi-wl-pprint.cabal Add CI with GHC 9.4.1 (#232) 2022-08-11 22:13:49 +02:00
README.md Add converter from ansi-wl-pprint to prettyprinter 2017-08-03 09:16:58 +02:00
Setup.lhs Prepare for preview release 2017-05-20 17:57:45 +02:00

ansi-wl-pprint compatibility package

This package defines a compatibility layer between the old ansi-wl-pprint package, and the new prettyprinter/prettyprinter-ansi-terminal ones.

This allows easily transitioning dependent packages from the old to the new package, by simply replacing ansi-wl-pprint with prettyprinter-ansi-terminal in the .cabal file. For adapting third party plugins that output ansi-wl-pprint data, use the proper converter from the prettyprinter-convert-ansi-wl-pprint module.

Note that this package is only for transitional purposes, and therefore deprecated and wholly undocumented. For new development, use the current version of prettyprinter, and the ANSI terminal backend provided in prettyprinter-ansi-terminal.