From: Michael Orlitzky Date: Tue, 5 Mar 2019 02:06:27 +0000 (-0500) Subject: src/CommandLine.hs: drop explicit "typeable" derivation. X-Git-Tag: 1.0.1~25 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=spline3.git;a=commitdiff_plain;h=18ebdb6568a5d5a1b6b408a9b596e758f07596b1 src/CommandLine.hs: drop explicit "typeable" derivation. --- 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 =