]> gitweb.michael.orlitzky.com - mailbox-count.git/commitdiff
src/OptionalConfiguration.hs: use an explicit mappend. 0.0.4
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 2 Feb 2020 17:41:49 +0000 (12:41 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 2 Feb 2020 17:41:49 +0000 (12:41 -0500)
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.


No differences found