]> gitweb.michael.orlitzky.com - haeredes.git/blobdiff - src/CommandLine.hs
Rename to haeredes.
[haeredes.git] / src / CommandLine.hs
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)