X-Git-Url: http://gitweb.michael.orlitzky.com/?p=haeredes.git;a=blobdiff_plain;f=src%2FTimeout.hs;h=0b0f2e12798d507737cdcf203c33c9957b2e4855;hp=6f0f3d4d991417f56c409bbe6731c0580de81437;hb=8a80ed0a84261013ff81bc147713e066585749ff;hpb=532fd69dc5591e422da27741703f96c18b0b103b diff --git a/src/Timeout.hs b/src/Timeout.hs index 6f0f3d4..0b0f2e1 100644 --- a/src/Timeout.hs +++ b/src/Timeout.hs @@ -8,11 +8,10 @@ where import Data.Data (Data) import System.Console.CmdArgs.Default (Default(..)) -import Data.Typeable (Typeable) newtype Timeout = Timeout { seconds :: Int } - deriving (Data, Show, Typeable) + deriving (Data, Show) instance Default Timeout where def = Timeout 15