From: Michael Orlitzky Date: Sat, 28 Dec 2013 17:12:02 +0000 (-0500) Subject: Rename to htsn-import for simplicity. X-Git-Tag: 0.0.1~156 X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=5c84cab65a3e74aa50dbc2a4904de0c645d3999d;hp=767dc8dbacaf6dcdefd268c7c8c08cd0c23c3391;p=dead%2Fhtsn-import.git Rename to htsn-import for simplicity. --- 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