Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Dedicated VerifierResult | Julien Tanguy | 2015-10-05 | 1 | -2/+13 |
| | | | | | | | The Maybe (Either ValidationError ()) return type was too cryptic, now there is a real datatype for it. The validation part is unchanged and still uses the Maybe Either type | ||||
* | Modify exports & haddock | Julien Tanguy | 2015-08-17 | 1 | -4/+4 |
| | |||||
* | ghc<7.10.1 compat | Julien Tanguy | 2015-08-17 | 1 | -1/+1 |
| | |||||
* | Import Control.Applicative | Julien Tanguy | 2015-08-17 | 1 | -0/+1 |
| | |||||
* | Change verifier api and split Verifier module | Julien Tanguy | 2015-08-17 | 1 | -13/+17 |
| | | | | - Added haddocks | ||||
* | Typos and stylish-haskell | Julien Tanguy | 2015-08-17 | 1 | -1/+1 |
| | |||||
* | Basic validation functions | Julien Tanguy | 2015-08-16 | 1 | -0/+74 |
Still needs testing [ci skip] |