]> gitweb.michael.orlitzky.com - haeredes.git/commitdiff
Rename to haeredes.
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 25 Jul 2013 00:37:03 +0000 (20:37 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 25 Jul 2013 00:37:03 +0000 (20:37 -0400)
haeredes.cabal [moved from haeres.cabal with 86% similarity]
makefile
src/CommandLine.hs

similarity index 86%
rename from haeres.cabal
rename to haeredes.cabal
index 0183a294a7ac46fdccf114df147f01269a19af0b..2463a59d73d5f102af37d5baa392b1ac694dbff4 100644 (file)
@@ -1,18 +1,18 @@
-name:           haeres
+name:           haeredes
 version:        0.0
 cabal-version:  >= 1.8
 author:         Michael Orlitzky
 maintainer:    Michael Orlitzky <michael@orlitzky.com>
 license:        GPL-3
 license-file:   doc/LICENSE
-homepage:       http://michael.orlitzky.com/code/haeres.php
+homepage:       http://michael.orlitzky.com/code/haeredes.php
 bug-reports:    mailto:michael@orlitzky.com
 category:       DNS, Utils
 synopsis:
   Confirm delegation of NS and MX records.
 build-type:     Simple
 
-executable haeres
+executable haeredes
   build-depends:
     base                        == 4.*,
     bytestring                  == 0.10.*,
@@ -45,5 +45,5 @@ executable haeres
 
 source-repository head
   type: git
-  location: http://michael.orlitzky.com/git/haeres.git
+  location: http://michael.orlitzky.com/git/haeredes.git
   branch: master
index c04b61b790a4a0967fa619cd7c6ea7bb2fc20c3f..a5901870355a7dcede840d2224c2315eb1b06188 100644 (file)
--- a/makefile
+++ b/makefile
@@ -1,4 +1,4 @@
-BIN           = dist/build/haeres/haeres
+BIN           = dist/build/haeredes/haeredes
 TESTSUITE_BIN = dist/build/testsuite/testsuite
 
 .PHONY : dist doc test
index acd097a7d3094b3a7fe757ae2b23495d81f92af9..39470b23106af79e3b0c69070679971c4ef2cabc 100644 (file)
@@ -9,7 +9,7 @@ where
 import System.Console.CmdArgs
 
 -- Get the version from Cabal.
-import Paths_haeres (version)
+import Paths_haeredes (version)
 import Data.Version (showVersion)
 
 ns_description :: String
@@ -21,7 +21,7 @@ mx_description :: String
 mx_description = "Confirm delegation of MX records."
 
 program_name :: String
-program_name = "haeres"
+program_name = "haeredes"
 
 my_summary :: String
 my_summary = program_name ++ "-" ++ (showVersion version)