prettyprinter-ansi-terminal: ANSI terminal backend for the »prettyprinter« package.

[ bsd2, library, text, user-interfaces ] [ Propose Tags ]

See README.md


[Skip to Readme]

Modules

[Index]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 1, 1.0.1, 1.1, 1.1.1, 1.1.1.1, 1.1.1.2, 1.1.2, 1.1.3 (info)
Dependencies ansi-terminal (>=0.4.0 && <0.7), base (>=4.7 && <5), prettyprinter (<1.2), text (>=1.2 && <1.3) [details]
License BSD-2-Clause
Author David Luposchainsky
Maintainer David Luposchainsky <dluposchainsky at google>
Revised Revision 1 made by quchen at 2017-06-08T06:50:15Z
Category User Interfaces, Text
Home page http://github.com/quchen/prettyprinter
Bug tracker http://github.com/quchen/prettyprinter/issues
Source repo head: git clone git://github.com/quchen/prettyprinter.git
Uploaded by quchen at 2017-06-04T17:24:55Z
Distributions Arch:1.1.3, Debian:1.1.2, Fedora:1.1.3, LTSHaskell:1.1.3, NixOS:1.1.3, Stackage:1.1.3, openSUSE:1.1.3
Reverse Dependencies 46 direct, 4304 indirect [details]
Downloads 25465 total (240 in the last 30 days)
Rating 1.75 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for prettyprinter-ansi-terminal-1.0.1

[back to package description]

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.