From 5e7c6ee66d7d3efbc48b16f81dcfd2e59c84a9da Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Wed, 24 Aug 2022 09:26:34 -0400 Subject: [PATCH] src/MxList.hs: explicit imports/exports. --- src/MxList.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/MxList.hs b/src/MxList.hs index 10a9af6..6a03870 100644 --- a/src/MxList.hs +++ b/src/MxList.hs @@ -6,7 +6,7 @@ -- e.g. 'OptionalConfiguration'. -- module MxList ( - MxList(..) ) + MxList( MxList, get_mxs ) ) where -- DC is needed only for the DCT.Configured instance of String. @@ -16,7 +16,7 @@ import qualified Data.Configurator.Types as DCT ( Value( List ), convert ) import Data.Data (Data) -import System.Console.CmdArgs.Default (Default(..)) +import System.Console.CmdArgs.Default ( Default( def ) ) -- | A (wrapper around a) list of MX hostnames. -- 2.43.2