File: test-framework-th-prime.cabal

package info (click to toggle)
haskell-test-framework-th-prime 0.0.9-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 64 kB
  • ctags: 2
  • sloc: haskell: 133; makefile: 4
file content (29 lines) | stat: -rw-r--r-- 1,086 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Name:                   test-framework-th-prime
Version:                0.0.9
Author:                 Kazu Yamamoto <kazu@iij.ad.jp>
Maintainer:             Kazu Yamamoto <kazu@iij.ad.jp>
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
  Other-Modules:        Test.Framework.TH.Prime.Parser
  Build-Depends:        base >= 4 && < 5
                      , cpphs >= 0.2.1
                      , haskell-src-exts
                      , template-haskell
                      , test-framework

Source-Repository head
  Type:                 git
  Location:             git://github.com/kazu-yamamoto/test-framework-th-prime.git