@hackage text-show-instances1
Additional instances for text-show
Installation
Dependencies (28)
- Win32 >=2.1 && <2.4
- base >=4.3 && <5
- binary >=0.6 && <0.8
- bytestring >=0.9 && <0.11
- containers >=0.1 && <0.6
- directory >=1 && <1.3 Show all…
Dependents (1)
@hackage/acme-everything
text-show-instances

text-show-instances
is a supplemental library to text-show
that provides additional Show
instances for data types in common Haskell libraries and GHC dependencies that are not encompassed by text-show
. Currently, text-show-instances
covers these libraries:
binary
containers
directory
haskeline
hoopl
hpc
old-locale
old-time
pretty
random
semigroups
tagged
template-haskell
terminfo
time
transformers
unix
unordered-containers
utf8-string
vector
Win32
xhtml
One can use these instances by importing Text.Show.Text.Instances
. Alternatively, there are monomorphic versions of the showb
function available in the other submodules of Text.Show.Text
.