]> gitweb.michael.orlitzky.com - list-remote-forwards.git/commitdiff
src/Report.hs: further import cleanups.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 24 Aug 2022 12:32:27 +0000 (08:32 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 24 Aug 2022 12:32:27 +0000 (08:32 -0400)
src/Report.hs

index 96a3e3b1a3c05cbf0d011c1eaba466906e2ed901..297622c0856d00bec5017301bcb9ab4ada073f2b 100644 (file)
@@ -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.