prettyprinter-ansi-terminal: ANSI terminal backend for the modern, extensible and well-documented prettyprinter.

[ bsd2, library, text, user-interfaces ] [ Propose Tags ]
This version is deprecated.

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 (<0.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 HerbertValerioRiedel at 2017-06-04T19:06:41Z
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-05-20T16:21:32Z
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, 4303 indirect [details]
Downloads 25456 total (234 in the last 30 days)
Rating 1.75 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-05-20 [all 1 reports]

Readme for prettyprinter-ansi-terminal-0.1

[back to package description]

ANSI terminal prettyprinter renderer

This package defines a renderer for documents generated by the wl-pprint 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 wl-pprint package documentation.