X-Git-Url: http://gitweb.michael.orlitzky.com/?p=haeredes.git;a=blobdiff_plain;f=src%2FCommandLine.hs;h=bd8b2f984ccb9432cd7d69dab7c2a809beaa6258;hp=85381de8703e85868f2308b7bf0644b2159a1008;hb=532fd69dc5591e422da27741703f96c18b0b103b;hpb=c54bdc969cbff73af66a58e02c0b10bca29a36c9 diff --git a/src/CommandLine.hs b/src/CommandLine.hs index 85381de..bd8b2f9 100644 --- a/src/CommandLine.hs +++ b/src/CommandLine.hs @@ -9,7 +9,6 @@ import System.Console.CmdArgs ( Ann, Annotate( (:=) ), Data, - Typeable, (+=), args, auto, @@ -99,7 +98,7 @@ data Args = server :: Maybe String, timeout :: Timeout, delegates :: [String] } - deriving (Data, Show, Typeable) + deriving (Data, Show)