From 228abb512bcd019b98d2b3fd7b7283f5ef14d1bc Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Wed, 24 Jul 2013 20:37:03 -0400 Subject: [PATCH] Rename to haeredes. --- haeres.cabal => haeredes.cabal | 8 ++++---- makefile | 2 +- src/CommandLine.hs | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) rename haeres.cabal => haeredes.cabal (86%) diff --git a/haeres.cabal b/haeredes.cabal similarity index 86% rename from haeres.cabal rename to haeredes.cabal index 0183a29..2463a59 100644 --- a/haeres.cabal +++ b/haeredes.cabal @@ -1,18 +1,18 @@ -name: haeres +name: haeredes version: 0.0 cabal-version: >= 1.8 author: Michael Orlitzky maintainer: Michael Orlitzky 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 diff --git a/makefile b/makefile index c04b61b..a590187 100644 --- 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 diff --git a/src/CommandLine.hs b/src/CommandLine.hs index acd097a..39470b2 100644 --- a/src/CommandLine.hs +++ b/src/CommandLine.hs @@ -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) -- 2.43.2