]> gitweb.michael.orlitzky.com - haeredes.git/commitdiff
src/Timeout.hs: add export list to silence a GHC warning.
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 2 Mar 2019 01:34:10 +0000 (20:34 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 2 Mar 2019 01:34:10 +0000 (20:34 -0500)
src/Timeout.hs

index 70cadf91d16152d9e10b8e646db429d8843fbee7..8184b3eae92f6339e87e9834277b0f6fe0b7b114 100644 (file)
@@ -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)