]> gitweb.michael.orlitzky.com - dead/htsn-import.git/blobdiff - htsn-import.cabal
Fix tasty dependencies and bump to 0.0.4.
[dead/htsn-import.git] / htsn-import.cabal
index 712970c6e2672f2aa930e3473dc3598e98495e51..b7922477be5c5c3fde8eb4c4c4725d77d0aa72b8 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>
@@ -16,11 +16,13 @@ extra-source-files:
   doc/TODO
   makefile
   schema/*.dtd
+  schemagen/Auto_Racing_Schedule_XML/*.xml
   schemagen/Heartbeat/*.xml
   schemagen/injuriesxml/*.xml
   schemagen/Injuries_Detail_XML/*.xml
   schemagen/newsxml/*.xml
   schemagen/Odds_XML/*.xml
+  schemagen/scoresxml/*.xml
   schemagen/weatherxml/*.xml
   test/shell/*.test
   test/xml/*.xml
@@ -85,8 +87,8 @@ executable htsn-import
     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.*
@@ -109,11 +111,13 @@ executable htsn-import
     TSN.DbImport
     TSN.Picklers
     TSN.XmlImport
+    TSN.XML.AutoRacingSchedule
     TSN.XML.Heartbeat
     TSN.XML.Injuries
     TSN.XML.InjuriesDetail
     TSN.XML.News
     TSN.XML.Odds
+    TSN.XML.Scores
     TSN.XML.Weather
     Xml
 
@@ -160,8 +164,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.*
@@ -232,8 +236,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.*