packages feed

chell-quickcheck-0.2.3: chell-quickcheck.cabal

name: chell-quickcheck
version: 0.2.3
license: MIT
license-file: license.txt
author: John Millikin <jmillikin@gmail.com>
maintainer: John Millikin <jmillikin@gmail.com>
build-type: Simple
cabal-version: >= 1.6
category: Testing
bug-reports: mailto:jmillikin@gmail.com
homepage: https://john-millikin.com/software/chell/

synopsis: QuickCheck support for the Chell testing library

source-repository head
  type: git
  location: https://john-millikin.com/code/chell-quickcheck/

source-repository this
  type: git
  location: https://john-millikin.com/code/chell-quickcheck/
  tag: chell-quickcheck_0.2.3

library
  hs-source-dirs: lib
  ghc-options: -Wall -O2

  build-depends:
      base >= 4.0 && < 5.0
    , chell >= 0.3 && < 0.4
    , QuickCheck >= 2.3 && < 2.8
    , random

  exposed-modules:
    Test.Chell.QuickCheck