X-Git-Url: http://gitweb.michael.orlitzky.com/?p=haeredes.git;a=blobdiff_plain;f=src%2FCommandLine.hs;h=39470b23106af79e3b0c69070679971c4ef2cabc;hp=acd097a7d3094b3a7fe757ae2b23495d81f92af9;hb=228abb512bcd019b98d2b3fd7b7283f5ef14d1bc;hpb=70dffd6160208adf2c1c5746924c100cb0ffcb2e 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)