Closed danwdart closed 2 years ago
Thanks for reporting @danwdart! As you've noticed UndecidableInstances
no longer implies FlexibleContexts
in 9.2 so some FlexibleContexts
will need to be added in a couple of places.
Unfortunately, I don't have 9.2 installed locally yet and it's not in stackage nightly either; happy to accept a PR in the meantime.
I shall see if I can have a look at it and see what I can do then, in the meantime.
There we go - that change fixes the compile on 9.2.
Thanks for the fix! Released as 2.0.3.1
Hey, getting the following:
Should just be a matter of turning FlexibleContexts on - it's a bug that got fixed with ghc afaik.