File: xmlhtml-testsuite.cabal

package info (click to toggle)
haskell-xmlhtml 0.2.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,808 kB
  • sloc: xml: 8,109; haskell: 5,279; sh: 43; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,065 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
name:           xmlhtml-testsuite
version:        0.1.3
build-type:     Simple
cabal-version:  >= 1.6

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

  build-depends:
    HUnit                      == 1.2.*,
    directory                  >= 1.0      && <1.3,
    QuickCheck                 >= 2.3.0.2,
    base                       == 4.*,
    blaze-builder              >= 0.2      && <0.4,
    blaze-html                 >= 0.5      && <0.8,
    blaze-markup               >= 0.5      && <0.7,
    bytestring                 >= 0.9      && <0.11,
    containers                 >= 0.3      && <0.6,
    parsec                     >= 3.1.2    && <3.2,
    test-framework             >= 0.6      && <0.7,
    test-framework-hunit       >= 0.2.7    && <0.3,
    test-framework-quickcheck2 >= 0.2.12.1 && <0.3,
    text                       >= 0.11     && <1.2,
    unordered-containers       >= 0.1.4    && <0.3

  ghc-options: -Wall -fhpc -fwarn-tabs -funbox-strict-fields -threaded
               -fno-warn-unused-do-bind