text-printer: Abstract interface for text builders/printers.

[ bsd3, library, text ] [ Propose Tags ]

This package provides an interface for injecting text into monoids such as builders and printers.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.3, 0.4, 0.5, 0.5.0.1, 0.5.0.2
Dependencies base (>=4.4 && <5), bytestring (>=0.10), pretty, semigroups (>=0.18.2), text, text-latin1 (>=0.3.1) [details]
License BSD-3-Clause
Copyright 2013 Mikhail Vorozhtsov <mikhail.vorozhtsov@gmail.com>
Author Mikhail Vorozhtsov <mikhail.vorozhtsov@gmail.com>
Maintainer Mikhail Vorozhtsov <mikhail.vorozhtsov@gmail.com>
Category Text
Home page https://github.com/mvv/text-printer
Bug tracker https://github.com/mvv/text-printer/issues
Source repo head: git clone https://github.com/mvv/text-printer.git
Uploaded by MikhailVorozhtsov at 2021-11-07T18:38:20Z
Distributions Arch:0.5.0.2, LTSHaskell:0.5.0.2, NixOS:0.5.0.2, Stackage:0.5.0.2
Reverse Dependencies 7 direct, 74 indirect [details]
Downloads 12734 total (65 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-11-07 [all 1 reports]

Readme for text-printer-0.5.0.2

[back to package description]

Text-Printer

Travis Hackage

This package provides an interface for injecting text into monoids such as builders and printers.

Installation

The usual:

$ cabal install