X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=htsn-import.cabal;h=cbec4e6646dd62ed6afe411b31870bd37dee022a;hb=988f693ce7f1abb6566e75d539ac312b627c31d5;hp=8e5a9d34c722f33929f23812159bb97a1079f58b;hpb=ee387af8b24654089f13493637efc45bd48a8e41;p=dead%2Fhtsn-import.git diff --git a/htsn-import.cabal b/htsn-import.cabal index 8e5a9d3..cbec4e6 100644 --- a/htsn-import.cabal +++ b/htsn-import.cabal @@ -14,7 +14,6 @@ description: executable htsn-import build-depends: - ansi-terminal == 0.6.*, base == 4.*, cmdargs >= 0.10.6, configurator == 0.2.*, @@ -28,6 +27,8 @@ executable htsn-import groundhog-sqlite == 0.4.*, groundhog-th == 0.4.*, old-locale == 1.0.*, + tasty == 0.7.*, + tasty-hunit == 0.4.*, time == 1.4.*, transformers == 0.3.*, tuple == 0.2.* @@ -60,6 +61,50 @@ executable htsn-import -auto-all -caf-all + +test-suite testsuite + type: exitcode-stdio-1.0 + hs-source-dirs: src test + main-is: TestSuite.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.*, + old-locale == 1.0.*, + tasty == 0.7.*, + tasty-hunit == 0.4.*, + time == 1.4.*, + transformers == 0.3.*, + tuple == 0.2.* + + -- It's not entirely clear to me why I have to reproduce all of this. + ghc-options: + -Wall + -fwarn-hi-shadowing + -fwarn-missing-signatures + -fwarn-name-shadowing + -fwarn-orphans + -fwarn-type-defaults + -fwarn-tabs + -fwarn-incomplete-record-updates + -fwarn-monomorphism-restriction + -fwarn-unused-do-bind + -rtsopts + -threaded + -optc-O3 + -optc-march=native + -O2 + + source-repository head type: git location: http://michael.orlitzky.com/git/htsn-import.git