-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow GHC 9.10 #530
Allow GHC 9.10 #530
Conversation
@@ -54,13 +54,12 @@ test-suite test | |||
build-depends: | |||
hedgehog | |||
, base >= 3 && < 5 | |||
-- https://github.com/conal/checkers/issues/44 | |||
, checkers >= 0.5 && < 0.5.5 | |||
, checkers >= 0.5 && < 0.8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The checkers issues has been fixed and I assume the new version on Hackage has the fix.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Latest version on hackage is 0.6
so < 0.8
will keep CI happy for a while.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, @erikd 💯
A new release would be much appreciated too. |
Let's wait to see what we will end up doing in #522 (comment) and then we can release. 🎉 |
I wonder if we could at least get a Hackage revision to 1.4, to loosen these bounds? |
Absolutely! Done 👍 Published new revision for hedgehog-1.4. It will be available to users as soon as they update their package index (e.g.
And hopefully a release coming up this week. 🎉 |
Thank you! That let me test 9.10 on tomland: kowainik/tomland#445 |
Awesome 🎉 |
Tested on Linux with GHC versions
8.10.7
,9.6.5
,9.8.2
and9.10.1