X-Git-Url: http://gitweb.michael.orlitzky.com/?p=spline3.git;a=blobdiff_plain;f=src%2FCommandLine.hs;h=687a1c41586f8e71236b00f7c3fe076a7ab2621e;hp=c404890396156b519105cfb67dd7e48052f925fc;hb=18ebdb6568a5d5a1b6b408a9b596e758f07596b1;hpb=c9376729d535a13fc51b0270fe4a9b171888fc7b diff --git a/src/CommandLine.hs b/src/CommandLine.hs index c404890..687a1c4 100644 --- a/src/CommandLine.hs +++ b/src/CommandLine.hs @@ -16,7 +16,6 @@ import System.Console.CmdArgs ( CmdArgs, Data, Mode, - Typeable, (&=), argPos, cmdArgsApply, @@ -50,7 +49,7 @@ data Args = slice :: Maybe Int, upper_threshold :: Int, width :: Int } - deriving (Show, Data, Typeable) + deriving (Show, Data) description :: String description =