X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=htsn-import.cabal;h=e8b799e110d545bdfb4006f60b19b2eee733d4df;hb=fd04d645c8bc76b9aa8a3acae2f0c65fc8e99498;hp=928ff5465caead42ad90da8be47e618e7f05d8b1;hpb=a9a8667246a544705d85698ec967437e4770be2c;p=dead%2Fhtsn-import.git diff --git a/htsn-import.cabal b/htsn-import.cabal index 928ff54..e8b799e 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 @@ -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