Conversation
|
To fix the CI job for 9.0, the cache must be cleared. I don't have the permissions to do so. |
|
Bump @andrewthad In case you want help maintaining |
|
I've deleted the cache for linux-9.0. I don't see a way to force the job to run again though. You might have to push a meaningless commit to get it to run. I would be glad to have you comaintain this library. However, I'm unable to add maintainers. In fact, I cannot even see a list of users that have any kind of permissions to access this repository. I've not followed the development the governance of core library in several years, but here's what I think needs to happen:
I'm not sure who to ping to get this (or something resembling this) to happen. |
|
I can do it when I get home. Also, static GHC matrices suck. Consider doing something like this https://hasufell.github.io/posts/2026-01-22-dynamic-ghcup-action.html |
Update actions
521e703 to
5d5e9f2
Compare
Done. Only @haskell/primitive-maintainers and CLC now have access. |
A static GHC allows us to specify exactly which GHC versions are tested, instead of just the latest n versions. We also have the
Thank you! |
|
How would you like me to handle PRs? Can I just merge at my own discretion? |
Closes #437.
Test GHC 9.14 in CI and update actions.
Also, actually allow
base-4.22. Apparently I forgot to do that in #438 and noone noticed.