packages feed

heist-0.2.4: 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,
     attoparsec >= 0.8.1 && < 0.9,
     base >= 4 && < 5,
     bytestring,
     containers,
     directory,
     directory-tree,
     process,
     filepath,
     hexpat >= 0.19 && <0.20,
     HUnit >= 1.2 && < 2,
     monads-fd,
     random,
     MonadCatchIO-transformers >= 0.2.1 && < 0.3,
     test-framework >= 0.3.1 && <0.4,
     test-framework-hunit >= 0.2.5 && < 0.3,
     test-framework-quickcheck2 >= 0.2.6 && < 0.3,
     transformers
     
   ghc-options: -O2 -Wall -fhpc -fwarn-tabs -funbox-strict-fields -threaded