prettyprinter-ansi-terminal

ANSI terminal backend for the »prettyprinter« package.

http://github.com/quchen/prettyprinter

Version on this page:1.1.1.2
LTS Haskell 22.14:1.1.3
Stackage Nightly 2024-03-28: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.2@sha256:f4bc019f73f8721a628b36bfca80b4d721886f3d05c8f80117ed75d8b6878ea3,1894

Module documentation for 1.1.1.2

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.2

  • Fix documentation claiming there would be a trailing newline in renderIO when there is none

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