]> gitweb.michael.orlitzky.com - dead/htsn-import.git/blobdiff - htsn-import.cabal
Bump version to 0.1.3 in the cabal file.
[dead/htsn-import.git] / htsn-import.cabal
index 606a1feca483963b5538fd2f50e7c3bddf37e086..1e9b8701a752046377201ab5b981ee42496ea52c 100644 (file)
@@ -1,5 +1,5 @@
 name:           htsn-import
-version:        0.0.6
+version:        0.1.3
 cabal-version:  >= 1.8
 author:         Michael Orlitzky
 maintainer:    Michael Orlitzky <michael@orlitzky.com>
@@ -48,6 +48,7 @@ extra-source-files:
   schemagen/Cbask_Tourn_MVP_XML/*.xml
   schemagen/Cbask_Tourn_Records_XML/*.xml
   schemagen/cflpreviewxml/*.xml
+  schemagen/earlylineXML/*.xml
   schemagen/Heartbeat/*.xml
   schemagen/Injuries_Detail_XML/*.xml
   schemagen/injuriesxml/*.xml
@@ -75,6 +76,7 @@ extra-source-files:
   schemagen/MLB_Matchup_XML/*.xml
   schemagen/mlbonbasepctxml/*.xml
   schemagen/MLBOPSXML/*.xml
+  schemagen/MLB_earlylineXML/*.xml
   schemagen/MLB_Pitching_Appearances_Leaders/*.xml
   schemagen/MLB_Pitching_Balks_Leaders/*.xml
   schemagen/MLB_Pitching_CG_Leaders/*.xml
@@ -179,6 +181,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 +201,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.
   .
@@ -269,11 +275,13 @@ executable htsn-import
     TSN.XmlImport
     TSN.XML.AutoRacingResults
     TSN.XML.AutoRacingSchedule
+    TSN.XML.EarlyLine
     TSN.XML.GameInfo
     TSN.XML.Heartbeat
     TSN.XML.Injuries
     TSN.XML.InjuriesDetail
     TSN.XML.JFile
+    TSN.XML.MLBEarlyLine
     TSN.XML.News
     TSN.XML.Odds
     TSN.XML.ScheduleChanges