wl-pprint-terminfo: A color pretty printer with terminfo support

[ bsd3, control, library, monads, text ] [ Propose Tags ]

A color pretty printer with terminfo support


[Skip to Readme]

Modules

[Index]

Flags

Automatic Flags
NameDescriptionDefault
cursed

Build with curses. Used to determine window width. Without curses, width is always 80 columns.

Enabled

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

  • No Candidates
Versions [RSS] 0.1, 0.1.1, 0.2.0, 0.2.1, 0.2.1.1, 0.2.1.2, 0.2.1.3, 0.2.2, 0.2.3, 0.3, 0.3.0.1, 0.4, 0.5, 0.5.1, 0.5.2, 0.6, 0.7.0, 0.8, 0.8.1, 0.8.2, 0.8.3, 0.8.3.1, 0.8.3.2, 0.8.4, 3.0, 3.0.1, 3.3, 3.3.1, 3.4, 3.5, 3.6, 3.7, 3.7.1, 3.7.1.1, 3.7.1.2, 3.7.1.3, 3.7.1.4
Change log CHANGELOG.markdown
Dependencies base (>=4 && <5), bytestring (>=0.9.1 && <0.11), containers (>=0.4 && <0.6), nats (>=0.1 && <2), semigroups (>=0.9 && <1), terminfo (>=0.3.2 && <0.5), text (>=0.11 && <1.3), transformers (>=0.2 && <0.6), wl-pprint-extras (>=3.4 && <4) [details]
License BSD-3-Clause
Copyright Copyright (C) 2011 Edward A. Kmett
Author Edward A. Kmett
Maintainer Edward A. Kmett <ekmett@gmail.com>
Category Control, Monads, Text
Home page http://github.com/ekmett/wl-pprint-terminfo/
Bug tracker http://github.com/ekmett/wl-pprint-terminfo/issues
Source repo head: git clone git://github.com/ekmett/wl-pprint-terminfo.git
Uploaded by EdwardKmett at 2016-06-22T20:21:18Z
Distributions Arch:3.7.1.4
Reverse Dependencies 3 direct, 156 indirect [details]
Downloads 28580 total (86 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-06-22 [all 1 reports]

Readme for wl-pprint-terminfo-3.7.1.4

[back to package description]

wl-pprint-terminfo

Hackage Build Status

This package adds support for term-info effects in the wl-pprint-extras free monad.

Contact Information

Contributions and bug reports are welcome!

Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.

-Edward Kmett