X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=htsn-import.cabal;h=362beac36ef73d053f313ad5737f8a22bb2f8509;hb=c6d0a578213ecfadd1359ea0af2a59da189654b1;hp=83c0ef9324879a7f7cbff9f2f03e95c2349ed651;hpb=5c84cab65a3e74aa50dbc2a4904de0c645d3999d;p=dead%2Fhtsn-import.git diff --git a/htsn-import.cabal b/htsn-import.cabal index 83c0ef9..362beac 100644 --- a/htsn-import.cabal +++ b/htsn-import.cabal @@ -15,12 +15,23 @@ description: executable htsn-import 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.*, + tasty == 0.7.*, + tasty-hunit == 0.4.*, time == 1.4.*, + transformers == 0.3.*, tuple == 0.2.* main-is: @@ -51,6 +62,51 @@ 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.*, + MissingH == 1.2.*, + 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