data-default-instances-text: Default instances for (lazy and strict) Text and Text Builder.
Orphan instances for Default type class, which is defined in package
data-default-class.
Following Default instances are provided:
-- Strict Text:
instance Default Text where
def = empty
-- Lazy Text:
instance Default Text where
def = emptyFollowing instances are provided only for
text >=0.8, since that it the
version that introduced Builder:
instance Default Builder where
def = mempty
[Skip to Readme]
Downloads
- data-default-instances-text-0.0.1.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'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
| Versions [RSS] | 0.0.1 |
|---|---|
| Change log | ChangeLog.md |
| Dependencies | base (<6), data-default-class (>=0.0 && <0.2), text (>=0.2 && <2) [details] |
| License | BSD-3-Clause |
| Copyright | (c) 2016, Peter Trško |
| Author | Peter Trško |
| Maintainer | peter.trsko@gmail.com |
| Revised | Revision 1 made by PeterTrsko at 2017-01-05T20:07:02Z |
| Category | Data |
| Home page | https://github.com/trskop/data-default-extra |
| Bug tracker | https://github.com/trskop/data-default-extra/issues |
| Source repo | head: git clone git://github.com/trskop/data-default-extra.git this: git clone git://github.com/trskop/data-default-extra.git(tag text-v0.0.1) |
| Uploaded | by PeterTrsko at 2016-02-07T14:34:34Z |
| Distributions | |
| Reverse Dependencies | 1 direct, 4 indirect [details] |
| Downloads | 1369 total (0 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs available [build log] Last success reported on 2016-02-12 [all 1 reports] |