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.2.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.12 && <4.21), deepseq (>=1.4.3.0 && <1.6), selective (>=0.3 && <0.8) [details] |
Tested with | ghc ==9.6.2, ghc ==9.4.4, ghc ==9.2.7, ghc ==9.0.2, ghc ==8.10.7, ghc ==8.8.4, ghc ==8.6.5 |
License | MPL-2.0 |
Copyright | 2020-2023 Kowainik |
Author | Dmitrii Kovanikov, Veronika Romashkina |
Maintainer | Kowainik <xrom.xkov@gmail.com> |
Revised | Revision 4 made by tomjaguarpaw at 2024-05-19T16:04:15Z |
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 vrom911 at 2023-03-01T16:43:02Z |
Distributions | Arch:0.2.0.0, NixOS:0.2.0.0, Stackage:0.2.0.0 |
Reverse Dependencies | 10 direct, 24 indirect [details] |
Downloads | 9055 total (165 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 2023-03-01 [all 1 reports] |