Closed jragonfyre closed 6 years ago
Build failed for me when building with base-4.11.1.0, I tracked the issue down to the fact that Semigroup became a superclass of Monoid in base 4.11.0.0, so I made the instances of Monoid in Data.Foldable.Constrained instances of Semigroup too.
Thanks! I'm surprised I didn't do this myself already.
Build passes again also with old GHC. Current version available as 0.3.1.1.
Build failed for me when building with base-4.11.1.0, I tracked the issue down to the fact that Semigroup became a superclass of Monoid in base 4.11.0.0, so I made the instances of Monoid in Data.Foldable.Constrained instances of Semigroup too.