]> gitweb.michael.orlitzky.com - dead/htsn-import.git/blobdiff - htsn-import.cabal
Fix Game/SportInfo table names.
[dead/htsn-import.git] / htsn-import.cabal
index 2d267fb7e708f45d0248da0bc02ac06b6273897d..70cc826994cb6c6b17428fc59d493c9c8bc8c703 100644 (file)
@@ -1,5 +1,5 @@
 name:           htsn-import
-version:        0.0.5
+version:        0.0.7
 cabal-version:  >= 1.8
 author:         Michael Orlitzky
 maintainer:    Michael Orlitzky <michael@orlitzky.com>
@@ -179,6 +179,10 @@ extra-source-files:
   test/shell/*.test
   test/xml/*.xml
   test/xml/*.dtd
+  test/xml/gameinfo/*.xml
+  test/xml/gameinfo/*.dtd
+  test/xml/sportinfo/*.xml
+  test/xml/sportinfo/*.dtd
 synopsis:
   Import XML files from The Sports Network into an RDBMS.
 description:
@@ -195,7 +199,7 @@ description:
   .
   The purpose of /htsn-import/ is to take these XML documents and
   get them into something we can use, a relational database management
-  system (RDBMS), loosely known as a SQL database. The structure of
+  system (RDBMS), i.e. \"a SQL database\". The structure of
   relational database, is, well, relational, and the feed XML is not. So
   there is some work to do before the data can be inserted.
   .
@@ -262,6 +266,7 @@ executable htsn-import
     TSN.Codegen
     TSN.Database
     TSN.DbImport
+    TSN.Location
     TSN.Parse
     TSN.Picklers
     TSN.Team
@@ -275,6 +280,7 @@ executable htsn-import
     TSN.XML.JFile
     TSN.XML.News
     TSN.XML.Odds
+    TSN.XML.ScheduleChanges
     TSN.XML.Scores
     TSN.XML.SportInfo
     TSN.XML.Weather