From: Michael Orlitzky Date: Wed, 24 Aug 2022 01:41:02 +0000 (-0400) Subject: src/MxList.hs: use an explicit export list. X-Git-Tag: 0.0.2~26 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=list-remote-forwards.git;a=commitdiff_plain;h=749f5cf383337c96beb5255031dd081961508fe5 src/MxList.hs: use an explicit export list. --- diff --git a/src/MxList.hs b/src/MxList.hs index ce0e649..e31e7f4 100644 --- a/src/MxList.hs +++ b/src/MxList.hs @@ -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.