]> gitweb.michael.orlitzky.com - mailbox-count.git/commit
src/OptionalConfiguration.hs: make OptionalConfiguration.hs a Semigroup.
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 2 Feb 2020 05:02:07 +0000 (00:02 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 2 Feb 2020 05:08:52 +0000 (00:08 -0500)
commit17ce59153f9b7aef917bb4395cf8fb992a6f738c
treea2024c64631899193821cae8a926f962dc3bc53d
parent97ebddac485e448f0497f8bccab680e84cd26d8c
src/OptionalConfiguration.hs: make OptionalConfiguration.hs a Semigroup.

This fixes the build with >=ghc-8.4, where monoids must also be
semigroups. The "semigroups" package was added as a build dependency
to (hopefully) keep things working with older versions of GHC.
mailbox-count.cabal
src/OptionalConfiguration.hs