prettyprinter-ansi-terminal

ANSI terminal backend for the »prettyprinter« package.

http://github.com/quchen/prettyprinter

Version on this page:1.1.1.1@rev:1
LTS Haskell 22.13:1.1.3
Stackage Nightly 2024-03-14:1.1.3
Latest on Hackage:1.1.3

See all snapshots prettyprinter-ansi-terminal appears in

BSD-2-Clause licensed by David Luposchainsky
Maintained by David Luposchainsky <dluposchainsky at google>
This version can be pinned in stack with:prettyprinter-ansi-terminal-1.1.1.1@sha256:2e2f43cec5303fe6b3dbfc8f0375f84269a6894240b8ee4e9d4dfad24a752abe,1965

Module documentation for 1.1.1.1

ANSI terminal prettyprinter renderer

This package defines a renderer for documents generated by the prettyprinter package, suitable for displaying them on ANSI-compatible terminals, including colors, boldening, underlining and italication.

For more information about the prettyprinter in general, refer to the main prettyprinter package documentation.

Changes

1.1.1.1

  • renderIO now renders directly to STDOUT, instead of first building a textual rendering and then printing that to STDOUT.

1.1.1

  • Expose AnsiStyle’s constructors for adaptability

1.1

  • Overhauled the API significantly – Styles are now combined using the Semigroup instance from a number of readable primitives.

1.0.1

Fix version shenanigans, since the prerelease was released to Hackage as version 1 already, so uploading the »new« version 1 did not work

1

Initial release