name: genvalidity version: 0.3.2.0 cabal-version: >=1.10 build-type: Simple license: MIT license-file: LICENSE copyright: Copyright: (c) 2016 Tom Sydney Kerckhove maintainer: syd.kerckhove@gmail.com homepage: https://github.com/NorfairKing/validity#readme synopsis: Testing utilities for the validity library description: Note: There are companion instance packages for this library: . * . * . * . * category: Testing author: Tom Sydney Kerckhove source-repository head type: git location: https://github.com/NorfairKing/validity library exposed-modules: Data.GenValidity Data.GenRelativeValidity build-depends: base >= 4.7 && <5, validity >=0.3 && <0.4, QuickCheck >=2.7 && <2.10 default-language: Haskell2010 hs-source-dirs: src if impl(ghc >= 8.0.0) ghc-options: -Wno-redundant-constraints test-suite genvalidity-test type: exitcode-stdio-1.0 main-is: Spec.hs build-depends: base -any, hspec -any, QuickCheck, genvalidity -any default-language: Haskell2010 hs-source-dirs: test other-modules: Data.GenValiditySpec ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -fno-warn-name-shadowing