packages feed

heist-0.8.0: test/heist-testsuite.cabal

name:           heist-testsuite
version:        0.1.1
build-type:     Simple
cabal-version:  >= 1.6

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

  build-depends:
    QuickCheck                 >= 2,
    aeson                      >= 0.4   && < 0.7,
    attoparsec                 >= 0.10  && < 0.11,
    base                       >= 4     && < 5,
    blaze-builder              >= 0.2   && < 0.4,
    blaze-html                 >= 0.4   && < 0.5,
    bytestring,
    containers,
    directory,
    directory-tree,
    process,
    filepath,
    xmlhtml                    >= 0.1.6 && < 0.2,
    HUnit                      >= 1.2   && < 2,
    mtl                        >= 2,
    random,
    MonadCatchIO-transformers  >= 0.2.1 && < 0.3,
    test-framework             >= 0.3.1 && < 0.6,
    test-framework-hunit       >= 0.2.5 && < 0.3,
    test-framework-quickcheck2 >= 0.2.6 && < 0.3,
    text                       >= 0.10  && < 0.12,
    time,
    transformers,
    unordered-containers       >= 0.1.4 && < 0.3,
    vector                     >= 0.9   && < 0.10


  ghc-options: -O2 -Wall -fhpc -fwarn-tabs -funbox-strict-fields -threaded
  Extensions: OverloadedStrings