From d05ab6ff8485bca0eeb25ff49d7d9d459102e413 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Wed, 24 Aug 2022 08:32:27 -0400 Subject: [PATCH] src/Report.hs: further import cleanups. --- src/Report.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Report.hs b/src/Report.hs index 96a3e3b..297622c 100644 --- a/src/Report.hs +++ b/src/Report.hs @@ -28,13 +28,13 @@ import DNS ( mx_set_map, normalize_string ) import Forward ( - Forward( Forward ), + Forward(), address_domain, dropby_goto_domains, fwd, pretty_print, strings_to_forwards ) -import MxList ( MxList(..) ) +import MxList ( MxList( get_mxs ) ) -- | Type synonym to make the signatures below a little more clear. -- WARNING: Also defined in the "Forward" module. -- 2.43.2