]> gitweb.michael.orlitzky.com - dead/htsn-import.git/blobdiff - htsn-import.cabal
Add dummy TSN.XML.{Game,Sport}Info modules that only list DTDs for now.
[dead/htsn-import.git] / htsn-import.cabal
index 1fc2e41aa41901897d3d373734ded163a163d8a2..a6f61adb5de41c768f8d5e5086cffc5acd765199 100644 (file)
@@ -1,5 +1,5 @@
 name:           htsn-import
-version:        0.0.3
+version:        0.0.4
 cabal-version:  >= 1.8
 author:         Michael Orlitzky
 maintainer:    Michael Orlitzky <michael@orlitzky.com>
@@ -22,6 +22,7 @@ extra-source-files:
   schemagen/Injuries_Detail_XML/*.xml
   schemagen/newsxml/*.xml
   schemagen/Odds_XML/*.xml
+  schemagen/scoresxml/*.xml
   schemagen/weatherxml/*.xml
   test/shell/*.test
   test/xml/*.xml
@@ -80,14 +81,15 @@ executable htsn-import
     hslogger                    == 1.2.*,
     htsn-common                 == 0.0.1,
     hxt                         == 9.3.*,
-    groundhog                   == 0.4.*,
+   -- deleteAll showed up in 0.4.1
+    groundhog                   >= 0.4.1,
     groundhog-postgresql        == 0.4.*,
     groundhog-sqlite            == 0.4.*,
     groundhog-th                == 0.4.*,
     MissingH                    == 1.2.*,
     old-locale                  == 1.0.*,
-    tasty                       == 0.7.*,
-    tasty-hunit                 == 0.4.*,
+    tasty                       == 0.8.*,
+    tasty-hunit                 == 0.8.*,
     time                        == 1.4.*,
     transformers                == 0.3.*,
     tuple                       == 0.2.*
@@ -110,11 +112,15 @@ executable htsn-import
     TSN.DbImport
     TSN.Picklers
     TSN.XmlImport
+    TSN.XML.AutoRacingSchedule
+    TSN.XML.GameInfo
     TSN.XML.Heartbeat
     TSN.XML.Injuries
     TSN.XML.InjuriesDetail
     TSN.XML.News
     TSN.XML.Odds
+    TSN.XML.Scores
+    TSN.XML.SportInfo
     TSN.XML.Weather
     Xml
 
@@ -161,8 +167,8 @@ test-suite testsuite
     groundhog-th                == 0.4.*,
     MissingH                    == 1.2.*,
     old-locale                  == 1.0.*,
-    tasty                       == 0.7.*,
-    tasty-hunit                 == 0.4.*,
+    tasty                       == 0.8.*,
+    tasty-hunit                 == 0.8.*,
     time                        == 1.4.*,
     transformers                == 0.3.*,
     tuple                       == 0.2.*
@@ -233,8 +239,8 @@ test-suite shelltests
     MissingH                    == 1.2.*,
     old-locale                  == 1.0.*,
     process                     == 1.1.*,
-    tasty                       == 0.7.*,
-    tasty-hunit                 == 0.4.*,
+    tasty                       == 0.8.*,
+    tasty-hunit                 == 0.8.*,
     time                        == 1.4.*,
     transformers                == 0.3.*,
     tuple                       == 0.2.*