-
Notifications
You must be signed in to change notification settings - Fork 23
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
Support ghc 9.12 #72
Support ghc 9.12 #72
Conversation
@erikd Could you also add 9.12.0 to |
2fa7c86
to
8f08406
Compare
@andreasabel Done |
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.
Thanks!
I think it would be good if CI tested the new base bound, so GHC 9.12 should be included in CI.
Latest builds [My fork] of Haskell CI do support[s] the alpha1 version.
.github/workflows/haskell-ci.yml
Outdated
# | ||
# REGENDATA ("0.19.20240403",["github","parallel.cabal"]) | ||
# REGENDATA ("0.19.20240708",["github","parallel.cabal"]) |
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.
This version of haskell-ci is too old, does not know about GHC 9.12 yet.
parallel.cabal
Outdated
@@ -12,9 +12,11 @@ category: Control, Parallelism | |||
build-type: Simple | |||
|
|||
tested-with: | |||
GHC == 9.10.0 | |||
-- Not supported yet | |||
-- GHC == 9.12.0 |
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.
My fork supports 9.12.0, I think on the original Haskell CI the same is called 9.12.1.
(No, only my fork works: haskell-CI/haskell-ci#746)
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.
I am currently using the one from https://github.com/haskell-CI/haskell-ci @ master 😕
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.
Ok, now used your branch.
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.
Great!
Published as revision 9: https://hackage.haskell.org/package/parallel-3.2.2.0/revisions/ |
No description provided.