]> gitweb.michael.orlitzky.com - spline3.git/blobdiff - src/CommandLine.hs
src/CommandLine.hs: drop explicit "typeable" derivation.
[spline3.git] / src / CommandLine.hs
index c404890396156b519105cfb67dd7e48052f925fc..687a1c41586f8e71236b00f7c3fe076a7ab2621e 100644 (file)
@@ -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 =