Closed chshersh closed 3 years ago
Yeah, should be possible! Looks like we have a mismatch on the random
version using a different generator. Version bounds or CPP are probably the right choice here.
This seems to be resolved now as hspec-hedgehog
started building on GHC 8.6.5 again. So I'm closing this issue.
Thanks for maintaining this very useful package!
While using it in my packages, I noticed that recently it's started failing to build with GHC 8.6.5 with the following error:
Would it be possible to patch the code to make
hspec-hedgehog
build with GHC 8.6.5?