From 4b17c0aa5a2e5f821bbe50ceb12dcaae4f694e50 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Wed, 22 Jan 2014 20:49:53 -0500 Subject: [PATCH] Add the shell test scripts to the cabal file. --- htsn-import.cabal | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/htsn-import.cabal b/htsn-import.cabal index 583938d..ee5855f 100644 --- a/htsn-import.cabal +++ b/htsn-import.cabal @@ -1,5 +1,5 @@ name: htsn-import -version: 0.0.1 +version: 0.0.2 cabal-version: >= 1.8 author: Michael Orlitzky maintainer: Michael Orlitzky @@ -15,8 +15,6 @@ extra-source-files: doc/README.schemagen doc/TODO makefile - test/xml/*.xml - test/xml/*.dtd schema/*.dtd schemagen/Heartbeat/*.xml schemagen/injuriesxml/*.xml @@ -24,6 +22,9 @@ extra-source-files: schemagen/newsxml/*.xml schemagen/Odds_XML/*.xml schemagen/weatherxml/*.xml + test/shell/*.test + test/xml/*.xml + test/xml/*.dtd synopsis: Import XML files from The Sports Network into an RDBMS. description: -- 2.43.2