ansi-wl-pprint: The Wadler/Leijen Pretty Printer for colored ANSI terminal output

[ bsd3, deprecated, library, text, user-interfaces ] [ Propose Tags ]
Deprecated in favor of prettyprinter

This is a pretty printing library based on Wadler's paper "A Prettier Printer". It has been enhanced with support for ANSI terminal colored output using the ansi-terminal package.


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
example

Build the example application

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

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

Versions [RSS] 0.1, 0.2, 0.3.0, 0.3.1, 0.4.0, 0.5.0, 0.5.1, 0.6.1, 0.6.2, 0.6.3, 0.6.4, 0.6.6, 0.6.7, 0.6.7.1, 0.6.7.2, 0.6.7.3, 0.6.8, 0.6.8.1, 0.6.8.2, 0.6.9, 1.0.2
Change log Changelog.md
Dependencies ansi-terminal (>=0.4.0 && <0.10), base (>=4.5 && <5), semigroups (>=0.1 && <0.20) [details]
License BSD-3-Clause
Author Daan Leijen, Max Bolingbroke
Maintainer Edward Kmett <ekmett@gmail.com>
Revised Revision 2 made by phadej at 2019-05-10T15:40:18Z
Category User Interfaces, Text
Home page http://github.com/ekmett/ansi-wl-pprint
Bug tracker http://github.com/ekmett/ansi-wl-pprint/issues
Source repo head: git clone https://github.com/ekmett/ansi-wl-pprint.git
Uploaded by phadej at 2018-01-09T12:46:16Z
Distributions Arch:0.6.9, Debian:0.6.9, Fedora:0.6.9, FreeBSD:0.6.7.3, LTSHaskell:1.0.2, NixOS:1.0.2, Stackage:1.0.2
Reverse Dependencies 119 direct, 4188 indirect [details]
Executables ansi-wl-pprint-example
Downloads 248966 total (333 in the last 30 days)
Rating 2.5 (votes: 5) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-01-09 [all 1 reports]

Readme for ansi-wl-pprint-0.6.8.2

[back to package description]

ANSI Wadler/Leijen Pretty Printer

For all information on this package, please consult the homepage.

Build Status