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.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
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 && <4.17), deepseq (>=1.4.3.0 && <1.5), selective (>=0.3 && <0.6) [details] |
| Tested with | ghc ==8.4.4, ghc ==8.6.5, ghc ==8.8.4, ghc ==8.10.7, ghc ==9.0.2, ghc ==9.2.2 |
| License | MPL-2.0 |
| Copyright | 2020-2022 Kowainik |
| Author | Dmitrii Kovanikov, Veronika Romashkina |
| Maintainer | Kowainik <xrom.xkov@gmail.com> |
| Uploaded | by vrom911 at 2022-06-12T10:29:35Z |
| 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 |
| Distributions | LTSHaskell:0.2.0.0, Stackage:0.2.0.0 |
| Reverse Dependencies | 12 direct, 25 indirect [details] |
| Downloads | 9769 total (10 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 2022-06-12 [all 1 reports] |