]> gitweb.michael.orlitzky.com - dead/htsn-import.git/commitdiff
Rename to htsn-import for simplicity.
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 28 Dec 2013 17:12:02 +0000 (12:12 -0500)
committerMichael Orlitzky <mjo@gentoo.org>
Sat, 28 Dec 2013 17:12:02 +0000 (12:12 -0500)
htsn-import.cabal [moved from htsn-rdbms-import.cabal with 90% similarity]
makefile

similarity index 90%
rename from htsn-rdbms-import.cabal
rename to htsn-import.cabal
index e5acbd006c4222a288f7887ac3ea116e91dafd35..83c0ef9324879a7f7cbff9f2f03e95c2349ed651 100644 (file)
@@ -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
index 075277a4e50bcc5c7e494e31c3aa115a6a9e95c0..1be5000fa3b35e2eb13c4dac70f340994ddc1c83 100644 (file)
--- 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