wl-pprint-terminfo

A color pretty printer with terminfo support

http://github.com/ekmett/wl-pprint-terminfo/

Version on this page:3.7.1.3
LTS Haskell 12.26:3.7.1.4
Stackage Nightly 2018-09-28:3.7.1.4
Latest on Hackage:3.7.1.4

See all snapshots wl-pprint-terminfo appears in

BSD-3-Clause licensed by Edward A. Kmett
Maintained by Edward A. Kmett
This version can be pinned in stack with:wl-pprint-terminfo-3.7.1.3@sha256:44321ed32dcb14e0d388de74c67bdb0253a33bef4f9ac8c50b4e3b4541a12cb3,1834

Module documentation for 3.7.1.3

wl-pprint-terminfo

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

Changes

3.7.1.3

  • nats version 1 support

3.7.1

  • Responds more gracefully to SFail, which was added to wl-pprint-terminfo.
  • Added support for terminfo 0.4

3.7

  • Added support for text 1.0
  • Introduced proper upper bounds on dependencies

3.6

  • Additional instances for Data.Text and Data.Text.Lazy

3.5

  • Additional instances for Data.Word and Data.Int

3.3

  • semigroups dependency bump
  • matched version to wl-pprint-extras