]> gitweb.michael.orlitzky.com - dead/htsn-import.git/blobdiff - htsn-import.cabal
Add SportInfo support for Cbask_Indv_Shooting_XML.dtd.
[dead/htsn-import.git] / htsn-import.cabal
index d293ea86bb6fc0515eff7352fa92e7134bac0cf5..e47bfdf87a0c295556cc3be8b4b3d4e01912c8a8 100644 (file)
@@ -30,7 +30,9 @@ 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
@@ -62,6 +64,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 +253,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 +279,7 @@ executable htsn-import
     Configuration
     ConnectionString
     ExitCodes
+    Generics
     OptionalConfiguration
     TSN.Codegen
     TSN.Database
@@ -305,6 +310,7 @@ executable htsn-import
 
   ghc-options:
     -Wall
+    -fcontext-stack=50
     -fwarn-hi-shadowing
     -fwarn-missing-signatures
     -fwarn-name-shadowing
@@ -340,6 +346,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 +363,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 +388,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 +418,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,