text-show-instances
Version 3.9.10 revision 0 uploaded by ryanglscott.
Package meta
- Synopsis
- Additional instances for text-show
- Description
text-show-instances
is a supplemental library totext-show
that provides additionalShow
instances for data types in common Haskell libraries and GHC dependencies that are not encompassed bytext-show
. Currently,text-show-instances
covers these libraries:aeson
bifunctors
binary
containers
directory
ghc-boot-th
haskeline
hpc
nonempty-vector
old-locale
old-time
pretty
random
scientific
tagged
template-haskell
terminfo
text-short
time
transformers
unix
unordered-containers
uuid-types
vector
Win32
xhtml
One can use these instances by importing TextShow.Instances. Alternatively, there are monomorphic versions of the
showb
function available in the other submodules of TextShow.- Author
- Ryan Scott
- Bug reports
- https://github.com/RyanGlScott/text-show-instances/issues
- Category
- Text
- Copyright
- (C) 2014-2017 Ryan Scott
- Homepage
- https://github.com/RyanGlScott/text-show-instances
- Maintainer
- Ryan Scott <ryan.gl.scott@gmail.com>
- Package URL
- n/a
- Stability
- Experimental