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]

Modules

[Index] [Quick Jump]

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

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 base (>=4.5 && <5), prettyprinter-compat-ansi-wl-pprint (>=1.0.2 && <1.0.3) [details]
License BSD-3-Clause
Author Daan Leijen, Max Bolingbroke
Maintainer Edward Kmett <ekmett@gmail.com>
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 2023-05-18T08:08:31Z
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, 4193 indirect [details]
Executables ansi-wl-pprint-example
Downloads 249218 total (352 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 2023-05-18 [all 1 reports]

Readme for ansi-wl-pprint-1.0.2

[back to package description]

ANSI Wadler/Leijen Pretty Printer

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

Build Status