]> gitweb.michael.orlitzky.com - list-remote-forwards.git/commitdiff
src/MxList.hs: explicit imports/exports.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 24 Aug 2022 13:26:34 +0000 (09:26 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 24 Aug 2022 13:26:34 +0000 (09:26 -0400)
src/MxList.hs

index 10a9af6e7a8bbd6ba75d24d8e43e95290a242b75..6a03870c0939ea71950f7f075235c90e36249d48 100644 (file)
@@ -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.