X-Git-Url: http://gitweb.michael.orlitzky.com/?p=haeredes.git;a=blobdiff_plain;f=src%2FTimeout.hs;h=8184b3eae92f6339e87e9834277b0f6fe0b7b114;hp=70cadf91d16152d9e10b8e646db429d8843fbee7;hb=6fe16dcca81b5980ccd37e7961f438dd6c4844ed;hpb=a27c37544ae78ca3940987dfd7119e384422ff3b diff --git a/src/Timeout.hs b/src/Timeout.hs index 70cadf9..8184b3e 100644 --- a/src/Timeout.hs +++ b/src/Timeout.hs @@ -3,7 +3,7 @@ -- | A newtype around the DNS query timeout, in seconds. Needed for -- the 'Default' instance. -- -module Timeout +module Timeout (Timeout(..)) where import Data.Data (Data)