From 6fe16dcca81b5980ccd37e7961f438dd6c4844ed Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 1 Mar 2019 20:34:10 -0500 Subject: [PATCH] src/Timeout.hs: add export list to silence a GHC warning. --- src/Timeout.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.43.2