From 5c84cab65a3e74aa50dbc2a4904de0c645d3999d Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sat, 28 Dec 2013 12:12:02 -0500 Subject: [PATCH] Rename to htsn-import for simplicity. --- htsn-rdbms-import.cabal => htsn-import.cabal | 6 +++--- makefile | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename htsn-rdbms-import.cabal => htsn-import.cabal (90%) diff --git a/htsn-rdbms-import.cabal b/htsn-import.cabal similarity index 90% rename from htsn-rdbms-import.cabal rename to htsn-import.cabal index e5acbd0..83c0ef9 100644 --- a/htsn-rdbms-import.cabal +++ b/htsn-import.cabal @@ -1,4 +1,4 @@ -name: htsn-rdbms-import +name: htsn-import version: 0.0.1 cabal-version: >= 1.8 author: Michael Orlitzky @@ -12,7 +12,7 @@ synopsis: description: Import XML files from The Sports Network into an RDBMS. -executable htsn-rdbms-import +executable htsn-import build-depends: base == 4.*, hxt == 9.3.*, @@ -53,5 +53,5 @@ executable htsn-rdbms-import source-repository head type: git - location: http://michael.orlitzky.com/git/htsn-rdbms-import.git + location: http://michael.orlitzky.com/git/htsn-import.git branch: master diff --git a/makefile b/makefile index 075277a..1be5000 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,4 @@ -PN = htsn-rdbms-import +PN = htsn-import BIN = dist/build/$(PN)/$(PN) TESTSUITE_BIN = dist/build/testsuite/testsuite -- 2.43.2