X-Git-Url: http://gitweb.michael.orlitzky.com/?p=haeredes.git;a=blobdiff_plain;f=src%2FCommandLine.hs;h=5539605df406d64e428aed128a388418fd0c8f6a;hp=85381de8703e85868f2308b7bf0644b2159a1008;hb=5107e4fd9a830f448059a84cf4d4bd477fdb4f19;hpb=f1884dbeaf2c312f412b496017951917a99c078d diff --git a/src/CommandLine.hs b/src/CommandLine.hs index 85381de..5539605 100644 --- a/src/CommandLine.hs +++ b/src/CommandLine.hs @@ -9,7 +9,6 @@ import System.Console.CmdArgs ( Ann, Annotate( (:=) ), Data, - Typeable, (+=), args, auto, @@ -32,7 +31,7 @@ import System.Console.CmdArgs ( import Paths_haeredes (version) import Data.Version (showVersion) -import Timeout (Timeout(..)) +import Timeout (Timeout(seconds)) -- | Description of the 'NS' mode. @@ -99,7 +98,7 @@ data Args = server :: Maybe String, timeout :: Timeout, delegates :: [String] } - deriving (Data, Show, Typeable) + deriving (Data, Show)