File: hexpat-tests.cabal

package info (click to toggle)
haskell-hexpat 0.20.13-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 912 kB
  • sloc: ansic: 12,303; haskell: 3,457; xml: 1,109; sh: 5; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 546 bytes parent folder | download | duplicates (2)
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
Cabal-Version: >= 1.4
Name: hexpat-tests
Version: 0.11
Build-Type: Simple

Executable testsuite
  hs-source-dirs:  suite
  main-is:         TestSuite.hs

  build-depends:
    HUnit < 1.3,
    QuickCheck >= 2.7.0.0,
    base >= 3 && < 5,
    bytestring,
    containers,
    transformers,
    deepseq >= 1.1.0.0,
    parallel >= 3.1.0.0,
    test-framework,
    test-framework-hunit,
    test-framework-quickcheck2,
    text >= 0.5,
    utf8-string >= 0.3.3,
    List >= 0.4.2,
    mtl,
    random,
    hexpat

  ghc-options: -Wall -fhpc -threaded