]> gitweb.michael.orlitzky.com - spline3.git/commitdiff
src/CommandLine.hs: drop explicit "typeable" derivation.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 5 Mar 2019 02:06:27 +0000 (21:06 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 5 Mar 2019 02:06:27 +0000 (21:06 -0500)
src/CommandLine.hs

index c404890396156b519105cfb67dd7e48052f925fc..687a1c41586f8e71236b00f7c3fe076a7ab2621e 100644 (file)
@@ -16,7 +16,6 @@ import System.Console.CmdArgs (
   CmdArgs,
   Data,
   Mode,
   CmdArgs,
   Data,
   Mode,
-  Typeable,
   (&=),
   argPos,
   cmdArgsApply,
   (&=),
   argPos,
   cmdArgsApply,
@@ -50,7 +49,7 @@ data Args =
          slice  :: Maybe Int,
          upper_threshold :: Int,
          width  :: Int }
          slice  :: Maybe Int,
          upper_threshold :: Int,
          width  :: Int }
-  deriving   (Show, Data, Typeable)
+  deriving   (Show, Data)
 
 description :: String
 description =
 
 description :: String
 description =