]> gitweb.michael.orlitzky.com - mailbox-count.git/commit
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)
commita70e43f3ee42517d9e18e69cf482471c626645b6
tree9da5a0e54c8225d145def01a80105741eab14bd2
parent57ae0c295cb129e699a9d8bcb668ae3dd7033808
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.
src/OptionalConfiguration.hs