From 749f5cf383337c96beb5255031dd081961508fe5 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 23 Aug 2022 21:41:02 -0400 Subject: [PATCH] src/MxList.hs: use an explicit export list. --- src/MxList.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- 2.43.2