X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhalcyon.git;a=blobdiff_plain;f=src%2FCommandLine.hs;fp=src%2FCommandLine.hs;h=65054fe959902fab46f98c5b9112a7ac195d5c62;hp=862f9cd9ad92200bd698a41cccbad83f03040230;hb=d7c6b5499c0969b6e488d9fc583f93bbb4e3d4c7;hpb=eed0d7b0f8ef28864c00925beef5c8853bcd44cc diff --git a/src/CommandLine.hs b/src/CommandLine.hs index 862f9cd..65054fe 100644 --- a/src/CommandLine.hs +++ b/src/CommandLine.hs @@ -1,6 +1,6 @@ module CommandLine ( get_args, - show_help) + show_help ) where import System.Console.CmdArgs ( @@ -15,14 +15,14 @@ import System.Console.CmdArgs ( program, summary, typ, - versionArg) + versionArg ) import System.Environment (withArgs) -- Get the version from Cabal. import Paths_halcyon (version) import Data.Version (showVersion) -import OptionalConfiguration +import OptionalConfiguration ( OptionalCfg(..) ) description :: String description =