X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=htsn-import.cabal;h=ca5749061436ed3bd505ed382f097720d7b8dcaf;hb=9d70be50923495366c6f2a6eded31fca29a77c27;hp=81264dce7b4c51ea9f4ebe9b4f041c9fb7749d4b;hpb=181833623b7924580a98089d12d36abd7330e175;p=dead%2Fhtsn-import.git diff --git a/htsn-import.cabal b/htsn-import.cabal index 81264dc..ca57490 100644 --- a/htsn-import.cabal +++ b/htsn-import.cabal @@ -1,5 +1,5 @@ name: htsn-import -version: 0.0.5 +version: 0.0.6 cabal-version: >= 1.8 author: Michael Orlitzky maintainer: Michael Orlitzky @@ -157,6 +157,7 @@ extra-source-files: schemagen/nhlpreviewxml/*.xml schemagen/Odds_XML/*.xml schemagen/recapxml/*.xml + schemagen/Schedule_Changes_XML/*.xml schemagen/scoresxml/*.xml schemagen/Transactions_XML/*.xml schemagen/weatherxml/*.xml @@ -194,7 +195,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. . @@ -261,6 +262,7 @@ executable htsn-import TSN.Codegen TSN.Database TSN.DbImport + TSN.Location TSN.Parse TSN.Picklers TSN.Team @@ -274,6 +276,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