-
Notifications
You must be signed in to change notification settings - Fork 47
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
Bump Cabal and Cabal-syntax to allow 3.14 #319
Conversation
I have tested the change by running `cabal build all && cabal test all` with the following cabal.project.local: packages: /path-to-cabal-repo/Cabal packages: /path-to-cabal-repo/Cabal-syntax constraints: Cabal==3.14.* constraints: Cabal-syntax==3.14.* where /path-to-cabal-repo is my local checkout of cabal 3.14
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.
LGTM. Any objections to merging this, anybody?
Merging. @fgaz: thanks a lot! |
Now we need this on hackage. Looking at the diff between master and the last version, we just need a revision |
Oh, well spotted. Any objections to revising? If not, and if nobody does, I will soon. @andreasabel: I remember you have a bespoke system for noting down the revision in the actual cabal files. Shall I try to emulate this while I revise or just leave it to you? |
For now, I've just made the revision: https://hackage.haskell.org/package/hackage-security-0.6.2.6/revisions/ |
I guess Should probably be bumped to |
Oh, so it's so simple. Fixed (updated). Thank you. |
I have tested the change by running
cabal build all && cabal test all
with the following cabal.project.local:where /path-to-cabal-repo is my local checkout of cabal 3.14