File: README.md

package info (click to toggle)
haskell-prettyprinter-compat-ansi-wl-pprint 1.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 68 kB
  • sloc: haskell: 210; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 804 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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`.