X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FTimeout.hs;h=70cadf91d16152d9e10b8e646db429d8843fbee7;hb=a896a1012dcceba38d7344e03bd784b17243fad7;hp=0b0f2e12798d507737cdcf203c33c9957b2e4855;hpb=8a80ed0a84261013ff81bc147713e066585749ff;p=haeredes.git diff --git a/src/Timeout.hs b/src/Timeout.hs index 0b0f2e1..70cadf9 100644 --- a/src/Timeout.hs +++ b/src/Timeout.hs @@ -7,7 +7,7 @@ module Timeout where import Data.Data (Data) -import System.Console.CmdArgs.Default (Default(..)) +import System.Console.CmdArgs.Default (Default(def)) newtype Timeout = Timeout { seconds :: Int }