packages feed

chell-quickcheck-0.2.5.3: chell-quickcheck.cabal

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 <john@john-millikin.com>
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 <https://hackage.haskell.org/package/chell Chell> 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