X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FCommandLine.hs;h=9ecbc8a10ff218ae245a069ff750800ee69de4f3;hb=fb27e584ddc500520820ec3b5ede1da7cc9d2853;hp=d0cf6f4f76bd7cdf038afa0be41f6510615674eb;hpb=9dcb70651417b7e91ccea3186b409befac2e6f71;p=hath.git diff --git a/src/CommandLine.hs b/src/CommandLine.hs index d0cf6f4..9ecbc8a 100644 --- a/src/CommandLine.hs +++ b/src/CommandLine.hs @@ -16,7 +16,6 @@ import System.Console.CmdArgs ( Ann, Annotate( (:=) ), Data, - Typeable, (+=), auto, cmdArgs_, @@ -65,7 +64,7 @@ data Args = Duped { barriers :: Bool } | Diffed { barriers :: Bool } | Listed { barriers :: Bool } - deriving (Data, Show, Typeable) + deriving (Data, Show) -- | Description of the 'Regexed' mode. regexed_description :: String