Changelog for ansi-wl-pprint-1.0.2
1.0.2
-
Change the implementation to the
prettyprinterpackage, using theprettyprinter-compat-ansi-wl-pprintcompatibility package.Migrate to
prettyprinter.Note: Using
showwon't preserve formatting anymore, asprettyprintersShow Docinstance is annotation invariant. You can convert toStringusingData.Text.Lazy.unpack . Prettyprinter.Render.Terminal.renderLazy . Prettyprinter.layoutPretty Prettyprinter.defaultLayoutOptions, from thetext,prettyprinter-ansi-terminal,prettyprinterpackages respectively. -
The
Text.PrettyPrint.ANSI.Leijen.Internalmodule is gone.
0.6.9
- All modules are explicitly
Safe. - Support GHC-7.0 ... GHC-8.8