Name: test-framework-th-prime Version: 0.0.0 x-revision: 1 Author: Kazu Yamamoto Maintainer: Kazu Yamamoto License: BSD3 License-File: LICENSE Synopsis: Template Haskell for test framework Description: Automatically generates a Test list for HUnit, doctest and QuickCheck2. Category: Testing Cabal-Version: >= 1.6 Build-Type: Simple library if impl(ghc >= 6.12) GHC-Options: -Wall -fno-warn-unused-do-bind else GHC-Options: -Wall Exposed-Modules: Test.Framework.TH.Prime Build-Depends: base >= 4 && < 5, test-framework, language-haskell-extract >= 0.2.1, haskell-src-exts, regex-posix, template-haskell < 2.16 Source-Repository head Type: git Location: https://github.com/kazu-yamamoto/test-framework-th-prime