X-Git-Url: https://gitweb.michael.orlitzky.com/?p=email-validator.git;a=blobdiff_plain;f=src%2FCommandLine.hs;fp=src%2FCommandLine.hs;h=787cc1992f3d0a1c8099a8048d833396698e76af;hp=02663396be5b6c278d0e774d5c8047c29780a679;hb=6b199442fa5a94cd41c2e708a8338e2da0516fc8;hpb=92a3d689c4f346b379e19422d6f7d07cc48f5428 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."