@hackage text-show0.4
Efficient conversion of values into Text
Categories
License
BSD-3-Clause
Maintainer
Ryan Scott <ryan.gl.scott@gmail.com>
Links
Versions
Installation
Dependencies (11)
- array >=0.3 && <0.6
- base >=4.4 && <5
- bytestring >=0.9 && <0.11
- containers >=0.1 && <0.6
- ghc-prim
- integer-gmp >=0.2 Show all…
Dependents (70)
@hackage/dojang, @hackage/minecraft-data, @hackage/fb-util, @hackage/blosum, @hackage/dwarf-el, @hackage/consumers, Show all…
Package Flags
text-format
(off by default)
Do not use text-format, since it may require double-conversion and thus linking of libstdc++, which may break compilation due to GHC bug #5289:
text-show

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