X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FMxList.hs;h=ce0e6490c3bd2d64c26beff26574151cc5d31e67;hb=refs%2Fheads%2Fmaster;hp=10a9af6e7a8bbd6ba75d24d8e43e95290a242b75;hpb=59b78070e1390a4cea14b4ba981f734e4da428f4;p=list-remote-forwards.git 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.