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