From: Michael Orlitzky Date: Sun, 2 Feb 2020 17:41:49 +0000 (-0500) Subject: src/OptionalConfiguration.hs: use an explicit mappend. X-Git-Tag: 0.0.4^0 X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=a70e43f3ee42517d9e18e69cf482471c626645b6;hp=a70e43f3ee42517d9e18e69cf482471c626645b6;p=mailbox-count.git src/OptionalConfiguration.hs: use an explicit mappend. I have a feeling that in older versions of GHC, the Monoid instance is not smart enough to use an existing Semigroup instance for its mappend implementation. Let's just make it explicit. ---