X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=htsn-import.cabal;h=583938df6504d0293d297e52bf6764f559e152c5;hb=1f1b0076266ccb665b7d9470f4ed5f2edbc680a4;hp=2c6c5426c672cefc9eaca31da18dd80a03e250a7;hpb=8047508d31d70c7a8f8050fdccaa3aa0a2038865;p=dead%2Fhtsn-import.git diff --git a/htsn-import.cabal b/htsn-import.cabal index 2c6c542..583938d 100644 --- a/htsn-import.cabal +++ b/htsn-import.cabal @@ -208,6 +208,37 @@ test-suite doctests -O2 +-- These won't work without shelltestrunner installed in your +-- $PATH. Maybe there is some way to tell Cabal that. +test-suite shelltests + type: exitcode-stdio-1.0 + hs-source-dirs: test + main-is: ShellTests.hs + + build-depends: + base == 4.*, + cmdargs >= 0.10.6, + configurator == 0.2.*, + directory == 1.2.*, + filepath == 1.3.*, + hslogger == 1.2.*, + htsn-common == 0.0.1, + hxt == 9.3.*, + groundhog == 0.4.*, + groundhog-postgresql == 0.4.*, + groundhog-sqlite == 0.4.*, + groundhog-th == 0.4.*, + MissingH == 1.2.*, + old-locale == 1.0.*, + process == 1.1.*, + tasty == 0.7.*, + tasty-hunit == 0.4.*, + time == 1.4.*, + transformers == 0.3.*, + tuple == 0.2.* + + + source-repository head type: git location: http://michael.orlitzky.com/git/htsn-import.git