text-show-instances: Additional instances for text-show
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:
bifunctors
binary
containers
directory
ghc-boot-th
haskeline
hpc
old-locale
old-time
pretty
random
tagged
template-haskell
terminfo
text-short
time
transformers
unix
unordered-containers
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.
[Skip to Readme]
Versions [faq] | 0.1, 0.1.0.1, 0.2, 0.3, 0.3.0.1, 0.4, 1, 2, 2.0.1, 2.1, 3, 3.0.1, 3.2, 3.2.1, 3.3, 3.4, 3.5, 3.6, 3.6.1, 3.6.2, 3.6.3, 3.6.4, 3.6.5, 3.7, 3.8, 3.8.1, 3.8.2, 3.8.3, 3.8.4 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.7 && <4.16), base-compat-batteries (>=0.10 && <1), bifunctors (>=5.2 && <6), binary (>=0.7.1 && <0.9), containers (>=0.5.5 && <0.7), directory (>=1.2.1 && <1.4), ghc-boot-th (>=8.0 && <9.1), haskeline (>=0.7.1 && <0.9), hpc (==0.6.*), old-locale (>=1 && <1.1), old-time (==1.1.*), pretty (>=1.1.1 && <1.2), random (>=1.0.1 && <1.3), semigroups (>=0.16.2 && <1), tagged (>=0.4.4 && <1), template-haskell (>=2.9 && <2.18), terminfo (==0.4.*), text (>=0.11.1 && <1.3), text-short (==0.1.*), text-show (>=3.4 && <4), time (>=0.1 && <1.11), transformers (>=0.3 && <0.6), transformers-compat (>=0.5 && <1), unix (==2.7.*), unordered-containers (==0.2.*), vector (==0.12.*), Win32 (>=2.1 && <2.12), xhtml (==3000.2.*) [details] |
License | BSD-3-Clause |
Copyright | (C) 2014-2017 Ryan Scott |
Author | Ryan Scott |
Maintainer | Ryan Scott <ryan.gl.scott@gmail.com> |
Revised | Revision 2 made by ryanglscott at 2021-03-14T19:22:31Z |
Category | Text |
Home page | https://github.com/RyanGlScott/text-show-instances |
Bug tracker | https://github.com/RyanGlScott/text-show-instances/issues |
Source repo | head: git clone https://github.com/RyanGlScott/text-show-instances |
Uploaded | by ryanglscott at 2020-10-03T14:17:13Z |
Distributions | NixOS:3.8.4, Stackage:3.8.4 |
Downloads | 20868 total (26 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |
Modules
[Index] [Quick Jump]
- TextShow
- Control
- Applicative
- Monad
- Data
- GHC
- ForeignSrcLang
- LanguageExtensions
- TextShow.Instances
- Language
- Haskell
- System
- Text
- Trace
- Control
Flags
Name | Description | Default | Type |
---|---|---|---|
base-4-9 | Use base-4.9 or later. | Enabled | Automatic |
template-haskell-2-11 | Use template-haskell-2.11.0.0 or later. | Enabled | Automatic |
new-functor-classes | Use a version of transformers or transformers-compat with a modern-style Data.Functor.Classes module. This flag cannot be used when building with transformers-0.4, since it comes with a different version of Data.Functor.Classes. | Enabled | Automatic |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- text-show-instances-3.8.4.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
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'.