X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=htsn-import.cabal;h=fd9a17c65d92904fc67b2748f5b71b13d469ca88;hb=1ea954f7e3d673b427368575d4873d968faee0e3;hp=ab5bb7c13ae11e033f4aa7d1de62507b1802ff90;hpb=57826aa5e8a0cd59f63d7d7681bd85ec7eb1ea2f;p=dead%2Fhtsn-import.git diff --git a/htsn-import.cabal b/htsn-import.cabal index ab5bb7c..fd9a17c 100644 --- a/htsn-import.cabal +++ b/htsn-import.cabal @@ -8,12 +8,22 @@ license: GPL-3 license-file: doc/LICENSE build-type: Simple extra-source-files: - doc/htsnrc-import.example + doc/dbschema/*.png + doc/htsn-importrc.example doc/man1/htsn-import.1 + doc/README.dbschema + doc/README.schemagen + doc/TODO makefile test/xml/*.xml + test/xml/*.dtd schema/*.dtd - schemagen/*/*.xml + schemagen/Heartbeat/*.xml + schemagen/injuriesxml/*.xml + schemagen/Injuries_Detail_XML/*.xml + schemagen/newsxml/*.xml + schemagen/Odds_XML/*.xml + schemagen/weatherxml/*.xml synopsis: Import XML files from The Sports Network into an RDBMS. description: @@ -94,6 +104,7 @@ executable htsn-import ExitCodes OptionalConfiguration TSN.Codegen + TSN.Database TSN.DbImport TSN.Picklers TSN.XmlImport @@ -102,6 +113,7 @@ executable htsn-import TSN.XML.InjuriesDetail TSN.XML.News TSN.XML.Odds + TSN.XML.Weather Xml ghc-options: @@ -123,8 +135,13 @@ executable htsn-import ghc-prof-options: -prof - -auto-all - -caf-all + -fprof-auto + -fprof-cafs + -- The following unbreak profiling with template haskell. We have + -- to build the program twice; once without profile and again with + -- these flags. + -hisuf hi_p + -osuf o_p test-suite testsuite