-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.*,
source-repository head
type: git
- location: http://michael.orlitzky.com/git/haeres.git
+ location: http://michael.orlitzky.com/git/haeredes.git
branch: master
-BIN = dist/build/haeres/haeres
+BIN = dist/build/haeredes/haeredes
TESTSUITE_BIN = dist/build/testsuite/testsuite
.PHONY : dist doc test
import System.Console.CmdArgs
-- Get the version from Cabal.
-import Paths_haeres (version)
+import Paths_haeredes (version)
import Data.Version (showVersion)
ns_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)