]> gitweb.michael.orlitzky.com - list-remote-forwards.git/commitdiff
src/Forward.hs: use explicit export list.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 24 Aug 2022 12:29:44 +0000 (08:29 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 24 Aug 2022 12:29:44 +0000 (08:29 -0400)
src/Forward.hs

index d4936eda5c2169fbbcdc3130689125cb111195cd..efd78cea7c2aa42d6c96d29a24e4dbe6e456cfcc 100644 (file)
@@ -1,7 +1,7 @@
 -- | The 'Forward' data type, and functions that act thereon.
 --
 module Forward (
-  Forward(..),
+  Forward( Forward ),
   address_domain,
   dropby_goto_domains,
   fwd,