cabal-version: 3.0 name: chell-quickcheck version: 0.2.5.3 synopsis: QuickCheck support for the Chell testing library category: Testing license: MIT license-file: license.txt author: John Millikin maintainer: Chris Martin, Julie Moronuki build-type: Simple homepage: https://github.com/typeclasses/chell bug-reports: https://github.com/typeclasses/chell/issues description: QuickCheck support for the testing library. extra-source-files: changelog.md source-repository head type: git location: https://github.com/typeclasses/chell.git library default-language: Haskell2010 ghc-options: -Wall build-depends: base >= 4.10 && < 4.17 , chell >= 0.3 && < 0.6 , QuickCheck >= 2.7 && < 2.15 , random >= 1.1 && < 1.3 exposed-modules: Test.Chell.QuickCheck