Cabal revisions of validate-input-0.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: validate-input version: 0.1.0.0+x-revision: 1 synopsis: Input validation combinator library description: A small Haskell combinator library that provides a simple way of validating user provided data structures. homepage: https://github.com/agrafix/validate-input location: git://github.com/agrafix/validate-input.git library+ -- Control.Monad.Trans.Either is gone in either-5+ build-depends: either <5+ exposed-modules: Data.Validator build-depends: base >=4.6 && <5, bytestring >=0.10, either >=4.3, mtl >=2.1,- pcre-heavy >=0.2,+ pcre-heavy >=0.2 && <0.3, stringable >=0.1, text >=1.2 hs-source-dirs: src