cabal-version: 3.0 name: chell-quickcheck version: 0.2.5.4 synopsis: QuickCheck support for Chell category: Testing license: MIT license-file: license.txt author: John Millikin maintainer: Chris Martin, Julie Moronuki homepage: https://github.com/typeclasses/chell description: QuickCheck support for the Chell testing library. extra-source-files: *.md library default-language: GHC2021 ghc-options: -Wall build-depends: , base ^>= 4.16 || ^>= 4.17 || ^>= 4.18 , chell ^>= 0.5 , QuickCheck ^>= 2.14.2 , random ^>= 1.2.1 exposed-modules: Test.Chell.QuickCheck