]> gitweb.michael.orlitzky.com - list-remote-forwards.git/commitdiff
src/MxList.hs: use an explicit export list.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 24 Aug 2022 01:41:02 +0000 (21:41 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 24 Aug 2022 01:41:02 +0000 (21:41 -0400)
src/MxList.hs

index ce0e6490c3bd2d64c26beff26574151cc5d31e67..e31e7f4be8ab655dcecfbc7052948a2b7497ed62 100644 (file)
@@ -5,7 +5,8 @@
 --   instance of Configured for [String] if we had defined one in
 --   e.g. 'OptionalConfiguration'.
 --
-module MxList
+module MxList (
+  MxList(..) )
 where
 
 -- DC is needed only for the DCT.Configured instance of String.