X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhtsn-import.git;a=blobdiff_plain;f=htsn-import.cabal;h=9a61d4d630d717c149b2440bffbae324d76b75c8;hp=bc74d28eb037593cf9915124ec9183e229e50b54;hb=62f0536b91460db0d6906cae71f29cb79813f9ae;hpb=8de4b2d3f0c6ca7b447f39316f8839ac575d457f diff --git a/htsn-import.cabal b/htsn-import.cabal index bc74d28..9a61d4d 100644 --- a/htsn-import.cabal +++ b/htsn-import.cabal @@ -41,6 +41,7 @@ extra-source-files: 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 @@ -250,12 +251,13 @@ executable htsn-import base >= 4.6 && < 5, cmdargs >= 0.10.6, configurator >= 0.2, + containers >= 0.5, 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, @@ -281,7 +283,6 @@ executable htsn-import Configuration ConnectionString ExitCodes - Generics OptionalConfiguration TSN.Codegen TSN.Database @@ -343,12 +344,13 @@ test-suite testsuite base >= 4.6 && < 5, cmdargs >= 0.10.6, configurator >= 0.2, + containers >= 0.5, 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, @@ -418,9 +420,10 @@ test-suite shelltests base >= 4.6 && < 5, cmdargs >= 0.10.6, configurator >= 0.2, + containers >= 0.5, 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,