X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=htsn-import.cabal;h=aca3723f374af38f2b19d465a4d4277da73df415;hb=d9eb0633b4714d43f421874f4507ffaced6d45bf;hp=9a61d4d630d717c149b2440bffbae324d76b75c8;hpb=62f0536b91460db0d6906cae71f29cb79813f9ae;p=dead%2Fhtsn-import.git diff --git a/htsn-import.cabal b/htsn-import.cabal index 9a61d4d..aca3723 100644 --- a/htsn-import.cabal +++ b/htsn-import.cabal @@ -1,5 +1,5 @@ name: htsn-import -version: 0.2.0 +version: 0.2.1 cabal-version: >= 1.8 author: Michael Orlitzky maintainer: Michael Orlitzky @@ -258,10 +258,10 @@ executable htsn-import hslogger >= 1.2, htsn-common >= 0.0.1, hxt >= 9.3, - groundhog >= 0.5, - groundhog-postgresql >= 0.5, - groundhog-sqlite >= 0.5, - groundhog-th >= 0.5, + groundhog >= 0.7, + groundhog-postgresql >= 0.7, + groundhog-sqlite >= 0.7, + groundhog-th >= 0.7, MissingH >= 1.2, old-locale >= 1, split >= 0.2, @@ -301,7 +301,6 @@ executable htsn-import TSN.XML.Injuries TSN.XML.InjuriesDetail TSN.XML.JFile - TSN.XML.MLBBoxScore TSN.XML.MLBEarlyLine TSN.XML.News TSN.XML.Odds @@ -313,7 +312,6 @@ executable htsn-import ghc-options: -Wall - -fcontext-stack=50 -fwarn-hi-shadowing -fwarn-missing-signatures -fwarn-name-shadowing @@ -351,10 +349,10 @@ test-suite testsuite hslogger >= 1.2, htsn-common >= 0.0.1, hxt >= 9.3, - groundhog >= 0.5, - groundhog-postgresql >= 0.5, - groundhog-sqlite >= 0.5, - groundhog-th >= 0.5, + groundhog >= 0.7, + groundhog-postgresql >= 0.7, + groundhog-sqlite >= 0.7, + groundhog-th >= 0.7, MissingH >= 1.2, old-locale >= 1, split >= 0.2, @@ -367,7 +365,6 @@ test-suite testsuite -- It's not entirely clear to me why I have to reproduce all of this. ghc-options: -Wall - -fcontext-stack=50 -fwarn-hi-shadowing -fwarn-missing-signatures -fwarn-name-shadowing @@ -392,7 +389,6 @@ test-suite doctests -- It's not entirely clear to me why I have to reproduce all of this. ghc-options: -Wall - -fcontext-stack=50 -fwarn-hi-shadowing -fwarn-missing-signatures -fwarn-name-shadowing @@ -427,10 +423,10 @@ test-suite shelltests hslogger >= 1.2, htsn-common >= 0.0.1, hxt >= 9.3, - groundhog >= 0.5, - groundhog-postgresql >= 0.5, - groundhog-sqlite >= 0.5, - groundhog-th >= 0.5, + groundhog >= 0.7, + groundhog-postgresql >= 0.7, + groundhog-sqlite >= 0.7, + groundhog-th >= 0.7, MissingH >= 1.2, old-locale >= 1, split >= 0.2,