validation-selective: Lighweight pure data validation based on Applicative and Selective functors
Lighweight pure data validation based on Applicative and Selective functors. The library builds validation interface around the following data type:
data Validation e a = Failure e | Success a
[Skip to Readme]
Downloads
- validation-selective-0.1.0.0.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.0.0, 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.2.0.0 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.11.1.0 && <4.15), deepseq (>=1.4.3.0 && <1.5), selective (>=0.3 && <0.5) [details] |
Tested with | ghc ==8.4.4, ghc ==8.6.5, ghc ==8.8.3, ghc ==8.10.1 |
License | MPL-2.0 |
Copyright | 2020 Kowainik |
Author | Dmitrii Kovanikov, Veronika Romashkina |
Maintainer | Kowainik <xrom.xkov@gmail.com> |
Revised | Revision 1 made by vrom911 at 2020-06-03T09:55:47Z |
Category | Validation, Selective, Data |
Home page | https://github.com/kowainik/validation-selective |
Bug tracker | https://github.com/kowainik/validation-selective/issues |
Source repo | head: git clone https://github.com/kowainik/validation-selective.git |
Uploaded | by shersh at 2020-05-05T16:29:33Z |
Distributions | Arch:0.2.0.0, LTSHaskell:0.2.0.0, NixOS:0.2.0.0, Stackage:0.2.0.0 |
Reverse Dependencies | 10 direct, 24 indirect [details] |
Downloads | 9658 total (7 in the last 30 days) |
Rating | 2.5 (votes: 3) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2020-05-05 [all 1 reports] |