X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=htsn-import.cabal;h=f4fd26252249e0a98b1737574d6c2847bce400ab;hb=7f22e74b4e21b1fd943c69214bffbd39961baa66;hp=3be2ad73492f03c8a66b241a2e418c83d3be09a0;hpb=f8106428cf8c8e606fcfe392727449106d285979;p=dead%2Fhtsn-import.git diff --git a/htsn-import.cabal b/htsn-import.cabal index 3be2ad7..f4fd262 100644 --- a/htsn-import.cabal +++ b/htsn-import.cabal @@ -40,6 +40,8 @@ extra-source-files: schemagen/CBASK_ReboundsXML/*.xml schemagen/CBASK_ScoringLeadersXML/*.xml schemagen/Cbask_Team_Scoring_Rebound_Margin_XML/*.xml + schemagen/Cbask_Team_Scoring_XML/*.xml + schemagen/Cbask_Team_Shooting_Pct_XML/*.xml schemagen/Cbask_Team_ThreePT_Made_XML/*.xml schemagen/Cbask_Team_ThreePT_PCT_XML/*.xml schemagen/Cbask_Team_Win_Pct_XML/*.xml @@ -251,10 +253,10 @@ executable htsn-import configurator >= 0.2, directory >= 1.2, filepath >= 1.3, + fixed-vector-hetero >= 0.3, 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, @@ -280,7 +282,6 @@ executable htsn-import Configuration ConnectionString ExitCodes - Generics OptionalConfiguration TSN.Codegen TSN.Database @@ -344,10 +345,10 @@ test-suite testsuite configurator >= 0.2, directory >= 1.2, filepath >= 1.3, + fixed-vector-hetero >= 0.3, 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, @@ -419,7 +420,7 @@ test-suite shelltests configurator >= 0.2, directory >= 1.2, filepath >= 1.3, - generics-sop >= 0.1, + fixed-vector-hetero >= 0.3, hslogger >= 1.2, htsn-common >= 0.0.1, hxt >= 9.3,