X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;ds=inline;f=htsn-rdbms-import.cabal;h=0167c841580febafee5fcea0b539fa81100745a2;hb=c99d184584e014aff4953fa8f90c9b3b6dc65229;hp=f95a7a6d775176c586eea294300dd28da46c9adc;hpb=c5aec073374c3cbf2cf6ff0245103393daeb770e;p=dead%2Fhtsn-import.git diff --git a/htsn-rdbms-import.cabal b/htsn-rdbms-import.cabal index f95a7a6..0167c84 100644 --- a/htsn-rdbms-import.cabal +++ b/htsn-rdbms-import.cabal @@ -15,11 +15,15 @@ description: executable htsn-rdbms-import build-depends: base == 4.*, + cmdargs >= 0.10.6, + configurator == 0.2.*, hxt == 9.3.*, persistent == 1.2.*, + persistent-postgresql == 1.2.*, + persistent-sqlite == 1.2.*, persistent-template == 1.2.*, pretty-show == 1.*, - regular == 0.3.* + transformers == 0.3.* main-is: Main.hs