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

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

See README.md


[Skip to Readme]

Modules

[Last Documentation]

  • Data
    • Text
      • Prettyprint
        • Doc
          • Render
            • Data.Text.Prettyprint.Doc.Render.Terminal
              • Data.Text.Prettyprint.Doc.Render.Terminal.Internal

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)
Change log CHANGELOG.md
Dependencies ansi-terminal (>=0.4.0), base (>=4.7 && <5), prettyprinter (>=1.1.1), semigroups (>=0.1), text (>=1.2) [details]
License BSD-2-Clause
Author David Luposchainsky
Maintainer David Luposchainsky <dluposchainsky at google>
Revised Revision 1 made by quchen at 2017-08-08T07:25:17Z
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-08-05T11:42:03Z
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, 4305 indirect [details]
Downloads 25489 total (239 in the last 30 days)
Rating 1.75 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2017-08-05 [all 3 reports]

Readme for prettyprinter-ansi-terminal-1.1.1.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.