Name: cabal-test-quickcheck1 Version: 0.1 Synopsis: A test runner integrating QuickCheck 1 tests into the new Cabal testing framework. License: BSD3 License-file: LICENSE Author: Thomas Tuegel Maintainer: Thomas Tuegel Category: Testing Build-type: Simple Cabal-version: >= 1.2 Flag with-th Description: Use Template Haskell and enable some convenient functions for converting old test suites to the new Cabal testing interface. Library Exposed-modules: Distribution.TestSuite.QuickCheck1 Extensions: CPP, ExistentialQuantification Build-depends: QuickCheck == 1.2.*, Cabal >= 1.9.2, Cabal < 1.10, base == 4.*, random == 1.0.* if flag(with-th) { Extensions: TemplateHaskell Build-depends: template-haskell Cpp-options: -DWITH_TH }