X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=htsn-import.cabal;h=ca1898434b3dc8f9566705361999ec91fecd452b;hb=7be52948a693fbd8f79ba9035092b74b26775e4f;hp=d293ea86bb6fc0515eff7352fa92e7134bac0cf5;hpb=0fb33e421979003bec08430d550314bf95504eee;p=dead%2Fhtsn-import.git diff --git a/htsn-import.cabal b/htsn-import.cabal index d293ea8..ca18984 100644 --- a/htsn-import.cabal +++ b/htsn-import.cabal @@ -30,6 +30,7 @@ extra-source-files: schemagen/CBASK_FGPctXML/*.xml schemagen/CBASK_FoulsXML/*.xml schemagen/CBASK_FTPctXML/*.xml + schemagen/Cbask_Indv_No_Avg_XML/*.xml schemagen/Cbask_Indv_Scoring_XML/*.xml schemagen/CBASK_Lineup_XML/*.xml schemagen/CBASK_MinutesXML/*.xml @@ -62,6 +63,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 +252,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 +278,7 @@ executable htsn-import Configuration ConnectionString ExitCodes + Generics OptionalConfiguration TSN.Codegen TSN.Database @@ -305,6 +309,7 @@ executable htsn-import ghc-options: -Wall + -fcontext-stack=50 -fwarn-hi-shadowing -fwarn-missing-signatures -fwarn-name-shadowing @@ -340,6 +345,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 +362,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 +387,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 +417,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,