name: validate-input version: 0.5.0.0 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 bug-reports: https://github.com/agrafix/validate-input/issues license: MIT license-file: LICENSE author: Alexander Thiemann maintainer: Alexander Thiemann copyright: (c) 2015-2021 Alexander Thiemann category: Web build-type: Simple cabal-version: >=1.10 tested-with: GHC == 8.8.4 extra-source-files: README.md source-repository head type: git location: https://github.com/agrafix/validate-input library exposed-modules: Data.Validator build-depends: base >=4.6 && <5, bytestring >=0.10, transformers, mtl >=2.1, pcre-heavy >=1.0, string-conversions >=0.4, semigroups >=0.16, text >=1.2 hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall -fno-warn-orphans test-suite validate-input-tests type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Spec.hs build-depends: base >=4.6 && <5, hspec >=2.1, QuickCheck >=2.7, validate-input ghc-options: -Wall -fno-warn-orphans default-language: Haskell2010