From d0a21e184c50b516c23a8bd1c74a0be5e0b430f8 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 20 Jan 2014 11:31:42 -0500 Subject: [PATCH] Fix paths in cabal file. --- htsn-import.cabal | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/htsn-import.cabal b/htsn-import.cabal index 235c9d1..6b0f3c0 100644 --- a/htsn-import.cabal +++ b/htsn-import.cabal @@ -8,12 +8,18 @@ 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 makefile test/xml/*.xml 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: -- 2.43.2