text-show: Efficient conversion of values into Text

[ bsd3, library, text ] [ Propose Tags ]

text-show offers a complete drop-in replacement of the Show typeclass, but for Text instead of String. This package was created in the spirit of bytestring-show.


[Skip to Readme]

Modules

[Index]

Flags

Automatic Flags
NameDescriptionDefault
integer-simple

Use with integer-simple build of GHC

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.0, 0.2.0.0, 0.3.0.0, 0.3.1.0, 0.4, 0.4.1, 0.5, 0.6, 0.6.0.1, 0.7, 0.7.0.1, 0.8, 0.8.1, 0.8.1.1, 1, 2, 2.1, 2.1.1, 2.1.2, 3, 3.0.1, 3.1, 3.2, 3.2.1, 3.2.2, 3.3, 3.4, 3.4.1, 3.4.1.1, 3.6, 3.6.2, 3.7, 3.7.1, 3.7.2, 3.7.3, 3.7.4, 3.7.5, 3.8, 3.8.1, 3.8.2, 3.8.3, 3.8.4, 3.8.5, 3.9, 3.9.1, 3.9.2, 3.9.3, 3.9.4, 3.9.5, 3.9.6, 3.9.7, 3.10, 3.10.1, 3.10.2, 3.10.3, 3.10.4, 3.10.5
Change log CHANGELOG.md
Dependencies array (>=0.3), base (>=4.5 && <4.9), containers (<0.6), text (>=0.2 && <1.3), text-format (>=0.2 && <0.4) [details]
License BSD-3-Clause
Author Ryan Scott
Maintainer Ryan Scott <ryan.gl.scott@gmail.com>
Revised Revision 2 made by HerbertValerioRiedel at 2017-06-04T22:39:07Z
Category Text
Home page https://github.com/RyanGlScott/text-show
Bug tracker https://github.com/RyanGlScott/text-show/issues
Source repo head: git clone git://github.com/RyanGlScott/text-show.git
Uploaded by ryanglscott at 2014-09-26T16:06:49Z
Distributions Arch:3.10.2, Debian:3.8.5, LTSHaskell:3.10.5, NixOS:3.10.4, Stackage:3.10.5
Reverse Dependencies 58 direct, 1165 indirect [details]
Downloads 56735 total (260 in the last 30 days)
Rating 2.25 (votes: 5) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for text-show-0.1.0.0

[back to package description]

text-show Build Status

Efficient conversion of values into Text, in the spirit of bytestring-show.