]> gitweb.michael.orlitzky.com - dead/htsn-import.git/blobdiff - htsn-import.cabal
Add the jfilexml DTD and the XML used to infer it.
[dead/htsn-import.git] / htsn-import.cabal
index 1e291e701ca7f911e216bf1016b6f4f723ad403a..f264e30154ba338b076a22987b441b4fba487419 100644 (file)
@@ -12,10 +12,12 @@ extra-source-files:
   doc/htsn-importrc.example
   doc/man1/htsn-import.1
   doc/README.dbschema
+  doc/README.development
   doc/README.schemagen
   doc/TODO
   makefile
   schema/*.dtd
+  schemagen/AutoRacingResultsXML/*.xml
   schemagen/Auto_Racing_Schedule_XML/*.xml
   schemagen/Heartbeat/*.xml
   schemagen/injuriesxml/*.xml
@@ -87,6 +89,7 @@ executable htsn-import
     groundhog-th                >= 0.5,
     MissingH                    >= 1.2,
     old-locale                  >= 1,
+    split                       >= 0.2,
     tasty                       >= 0.8,
     tasty-hunit                 >= 0.8,
     time                        >= 1.4,
@@ -109,8 +112,10 @@ executable htsn-import
     TSN.Codegen
     TSN.Database
     TSN.DbImport
+    TSN.Parse
     TSN.Picklers
     TSN.XmlImport
+    TSN.XML.AutoRacingResults
     TSN.XML.AutoRacingSchedule
     TSN.XML.GameInfo
     TSN.XML.Heartbeat
@@ -166,6 +171,7 @@ test-suite testsuite
     groundhog-th                >= 0.5,
     MissingH                    >= 1.2,
     old-locale                  >= 1,
+    split                       >= 0.2,
     tasty                       >= 0.8,
     tasty-hunit                 >= 0.8,
     time                        >= 1.4,
@@ -237,6 +243,7 @@ test-suite shelltests
     groundhog-th                >= 0.5,
     MissingH                    >= 1.2,
     old-locale                  >= 1,
+    split                       >= 0.2,
     process                     >= 1.1,
     tasty                       >= 0.8,
     tasty-hunit                 >= 0.8,