X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=htsn-import.cabal;h=f264e30154ba338b076a22987b441b4fba487419;hb=e2bc7a95ec1e02ef0426abb627b465b70c847953;hp=0a9f2857736f84afa39932bd29812130eefd03ff;hpb=1201e197cdd5e275624959980b8de2ee7705f1fc;p=dead%2Fhtsn-import.git diff --git a/htsn-import.cabal b/htsn-import.cabal index 0a9f285..f264e30 100644 --- a/htsn-import.cabal +++ b/htsn-import.cabal @@ -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, @@ -112,6 +115,7 @@ executable htsn-import TSN.Parse TSN.Picklers TSN.XmlImport + TSN.XML.AutoRacingResults TSN.XML.AutoRacingSchedule TSN.XML.GameInfo TSN.XML.Heartbeat @@ -167,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, @@ -238,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,