-
Notifications
You must be signed in to change notification settings - Fork 71
Update to standard-library 1.7.1 #322
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
Conversation
Apparently it's not that simple? |
It is :-) You can test it using:
The CI only fails because it does not yet have stdlib 1.7.1 available, which was only released today. (This pull request is a dependence of a pull request for NixOS, NixOS/nixpkgs#147061.) |
I saw that 1.7.1 was released just earlier today - I was just under the impression that the CI would grab the latest. If it doesn't, then something else needs adjusted too, so that CI passes. |
I think you need to bump the
Otherwise CI will always pull the specific version 1.7 |
Just a heads up that upgrading to this release is purely optional. Doesn't change any actual Agda code, only makes the cabal file compatible with GHC 9.2 (hence why it hasn't been announced). |
I wasn't going to upgrade, but I also won't refuse a ready-made PR that makes it all work! |
@MatthewDaggitt Thank you for the pointer! I force-pushed to my branch. Let's see what the CI will make of this! :-) |
The CI liked it. I'm still vaguely reluctant. Opinions? |
My two cents: If you merge it you'd have to bump (and eventually release) the |
Ah, the perils of making our first backwards compatible release. We realise we don't have any mechanism for compatible versioning management 😆 |
Hm... yes indeed. Any thoughts on that? We could also patch agda-categories locally in nixpkgs. |
I think you should merge and bump |
I'm going to pull in a few more PRs first, and then merge-and-bump. |
Is this in process still? |
The PRs that I wanted to pull in are in. I just have not had any time to devote to this in the last few weeks. Looks like the next 2 weeks are also a disaster, but clear up after that. I'd be happy to get a co-maintainer though from the people who have submitted many PRs previously, such as @TOTBWF or @sstucki . |
I'd be more than happy to help out! |
Great - see your email for more. |
No description provided.