]> gitweb.michael.orlitzky.com - dead/htsn-import.git/blobdiff - htsn-import.cabal
Add MLB_Boxscore_XML to the man page and remove it from the TODO.
[dead/htsn-import.git] / htsn-import.cabal
index 3be2ad73492f03c8a66b241a2e418c83d3be09a0..dc9ff535226eba8443fa59fc4fc09dde9a32a87d 100644 (file)
@@ -1,5 +1,5 @@
 name:           htsn-import
-version:        0.2.0
+version:        0.2.1
 cabal-version:  >= 1.8
 author:         Michael Orlitzky
 maintainer:    Michael Orlitzky <michael@orlitzky.com>
@@ -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
@@ -249,16 +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,
-    generics-sop                >= 0.1,
-    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,
@@ -280,7 +283,6 @@ executable htsn-import
     Configuration
     ConnectionString
     ExitCodes
-    Generics
     OptionalConfiguration
     TSN.Codegen
     TSN.Database
@@ -311,7 +313,6 @@ executable htsn-import
 
   ghc-options:
     -Wall
-    -fcontext-stack=50
     -fwarn-hi-shadowing
     -fwarn-missing-signatures
     -fwarn-name-shadowing
@@ -342,16 +343,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,
-    generics-sop                >= 0.1,
-    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,
@@ -364,7 +366,6 @@ 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
@@ -389,7 +390,6 @@ 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
@@ -417,16 +417,17 @@ 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,
-    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,