]> gitweb.michael.orlitzky.com - mailbox-count.git/commit
mailbox-count.cabal: depend on semigroups conditionally.
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 2 Feb 2020 17:26:47 +0000 (12:26 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 2 Feb 2020 17:26:47 +0000 (12:26 -0500)
commitdf12e0ac36aefae2ee28a92ed06ca8b9648b54a4
tree1375b46a63e1e5ef82f41b425e0136c0abc3b76e
parentd5bc9ecf871b00e1e66706040717e6b48444c05a
mailbox-count.cabal: depend on semigroups conditionally.

Just kidding, when the semigroups package promises "a backwards-
compatible API," what they mean is that they deleted the entire source
tree in the minor release 0.18.2 and nothing works at all. So instead,
we need to do a version check on GHC within the cabal file, and
conditionally depend on a version of semigroups before 0.18.2.
mailbox-count.cabal