name: quickcheck-property-monad version: 0.2.1 cabal-version: >=1.10 build-type: Custom license: BSD3 license-file: LICENSE copyright: Copyright (C) 2013-2014 Benno Fünfstück maintainer: Benno Fünfstück stability: experimental homepage: http://github.com/bennofs/quickcheck-property-monad/ bug-reports: http://github.com/bennofs/quickcheck-property-monad/issues synopsis: quickcheck-property-monad description: quickcheck-property-monad category: Testing author: Benno Fünfstück data-dir: "" extra-source-files: .ghci .gitignore .travis.yml .vim.custom README.md flag tests manual: False description: Run tests (requires QuickCheck >= 2.7) source-repository head type: git location: https://github.com/bennofs/quickcheck-property-monad.git library build-depends: base >=4.5 && <4.8, either >=4.1.1 && <4.2, transformers >=0.3.0.0 && <0.4, QuickCheck >=2.5.1.1 && <2.8 exposed-modules: Test.QuickCheck.Property.Monad exposed: True buildable: True default-language: Haskell2010 hs-source-dirs: src ghc-options: -Wall test-suite doctests build-depends: base >=4.5 && <4.8, directory >=1.1.0.2 && <1.3, doctest >=0.9.11 && <0.10, filepath >=1.3.0.0 && <1.4 if impl(ghc <7.6.1) ghc-options: -Werror if flag(tests) build-depends: QuickCheck ==2.7.* buildable: True buildable: False type: exitcode-stdio-1.0 main-is: doctests.hs default-language: Haskell2010 hs-source-dirs: tests ghc-options: -Wall -threaded