]> gitweb.michael.orlitzky.com - dead/htsn-import.git/blobdiff - htsn-import.cabal
Allow "TBA" laps in TSN.XML.AutoRacingSchedule.
[dead/htsn-import.git] / htsn-import.cabal
index bde53ccfd056998b7138174dd64af5fb3d80942e..d470346fae7fbccc3111d18b06129772852d6010 100644 (file)
@@ -1,5 +1,5 @@
 name:           htsn-import
-version:        0.2.0
+version:        0.2.4
 cabal-version:  >= 1.8
 author:         Michael Orlitzky
 maintainer:    Michael Orlitzky <michael@orlitzky.com>
@@ -30,13 +30,18 @@ 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_Indv_Shooting_XML/*.xml
   schemagen/CBASK_Lineup_XML/*.xml
   schemagen/CBASK_MinutesXML/*.xml
   schemagen/Cbask_Polls_XML/*.xml
   schemagen/cbaskpreviewxml/*.xml
   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
@@ -62,6 +67,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
@@ -152,6 +158,7 @@ extra-source-files:
   schemagen/NFLPassingLeadersXML/*.xml
   schemagen/NFLPassLeadXML/*.xml
   schemagen/nflpreviewxml/*.xml
+  schemagen/NFL_PuntingLeaders_XML/*.xml
   schemagen/NFLQBStartsXML/*.xml
   schemagen/NFLReceivingLeadersXML/*.xml
   schemagen/NFL_Roster_XML/*.xml
@@ -244,15 +251,17 @@ 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,
-    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,
@@ -274,6 +283,7 @@ executable htsn-import
     Configuration
     ConnectionString
     ExitCodes
+    Misc
     OptionalConfiguration
     TSN.Codegen
     TSN.Database
@@ -283,6 +293,7 @@ executable htsn-import
     TSN.Picklers
     TSN.Team
     TSN.XmlImport
+    TSN.XML.AutoRacingDriverList
     TSN.XML.AutoRacingResults
     TSN.XML.AutoRacingSchedule
     TSN.XML.EarlyLine
@@ -302,6 +313,7 @@ executable htsn-import
 
   ghc-options:
     -Wall
+    -fcontext-stack=50
     -fwarn-hi-shadowing
     -fwarn-missing-signatures
     -fwarn-name-shadowing
@@ -332,15 +344,17 @@ 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,
-    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,
@@ -353,6 +367,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
@@ -377,6 +392,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
@@ -404,15 +420,17 @@ test-suite shelltests
     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,
-    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,