X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhtsn-import.git;a=blobdiff_plain;f=htsn-import.cabal;h=5597aa8790708bf1d02c9999473abb238dc0a752;hp=d293ea86bb6fc0515eff7352fa92e7134bac0cf5;hb=c0dd6db82ddf70ab3cc940f23c0cfcc6d8bb9355;hpb=0fb33e421979003bec08430d550314bf95504eee diff --git a/htsn-import.cabal b/htsn-import.cabal index d293ea8..5597aa8 100644 --- a/htsn-import.cabal +++ b/htsn-import.cabal @@ -62,6 +62,7 @@ extra-source-files: schemagen/minorscoresxml/*.xml schemagen/mlbbattingavgxml/*.xml schemagen/mlbdoublesleadersxml/*.xml + schemagen/MLB_Boxscore_XML/*.xml schemagen/MLB_ERA_Leaders/*.xml schemagen/MLB_Fielding_XML/*.xml schemagen/MLBGamesPlayedXML/*.xml @@ -250,6 +251,7 @@ executable htsn-import hslogger >= 1.2, htsn-common >= 0.0.1, hxt >= 9.3, + generics-sop >= 0.1, groundhog >= 0.5, groundhog-postgresql >= 0.5, groundhog-sqlite >= 0.5, @@ -275,6 +277,7 @@ executable htsn-import Configuration ConnectionString ExitCodes + Generics OptionalConfiguration TSN.Codegen TSN.Database @@ -305,6 +308,7 @@ executable htsn-import ghc-options: -Wall + -fcontext-stack=50 -fwarn-hi-shadowing -fwarn-missing-signatures -fwarn-name-shadowing @@ -340,6 +344,7 @@ test-suite testsuite hslogger >= 1.2, htsn-common >= 0.0.1, hxt >= 9.3, + generics-sop >= 0.1, groundhog >= 0.5, groundhog-postgresql >= 0.5, groundhog-sqlite >= 0.5, @@ -356,6 +361,7 @@ 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 @@ -380,6 +386,7 @@ 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 @@ -409,6 +416,7 @@ test-suite shelltests configurator >= 0.2, directory >= 1.2, filepath >= 1.3, + generics-sop >= 0.1, hslogger >= 1.2, htsn-common >= 0.0.1, hxt >= 9.3,