X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FCommandLine.hs;h=787cc1992f3d0a1c8099a8048d833396698e76af;hb=6b199442fa5a94cd41c2e708a8338e2da0516fc8;hp=02663396be5b6c278d0e774d5c8047c29780a679;hpb=c52c0aeff2842038ef0f8eabb2cc9ac00453115b;p=email-validator.git diff --git a/src/CommandLine.hs b/src/CommandLine.hs index 0266339..787cc19 100644 --- a/src/CommandLine.hs +++ b/src/CommandLine.hs @@ -7,7 +7,6 @@ where import System.Console.CmdArgs ( Data, - Typeable, (&=), cmdArgs, def, @@ -29,7 +28,7 @@ data Args = Args { accept_a :: Bool, input_file :: Maybe FilePath, output_file :: Maybe FilePath, rfc5322 :: Bool } - deriving (Show, Data, Typeable) + deriving (Show, Data) description :: String description = "Perform naive validation of email addresses."