-
Notifications
You must be signed in to change notification settings - Fork 695
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
Release checklist for GHC 9.6 #8571
Comments
A couple of things for the list:
|
@bgamari @Kleidukos this doesn't fit here (as it's not just |
Ben says no more extensions are needed this time. This tests it and currently passes: https://gitlab.haskell.org/ghc/ghc/-/blob/master/testsuite/tests/driver/T4437.hs |
now that GHC 9.6.1-alpha1 is out, it would be great to add it to CI but, alas, this requires some extra work (at least a switch to ghcup in CI): #8675 |
The 3.10 branch is cut: https://github.com/haskell/cabal/tree/first-cut-of-3.10 With a lot of luck, the Cabal-syntax and Cabal packages contained therein will be included in the official 3.10 release unchanged, except for the version numbers, copyrights and similar release busywork. A binary for dogfooding: ghcup --no-cache install cabal -u 'https://gitlab.haskell.org/haskell/cabal/-/jobs/1317949/artifacts/raw/out/cabal-install-3.9-x86_64-linux-alpine.tar.xz' first-cut-of-3.10 |
congrats to all cabal maintainers and contributors, great work! EDIT: it worked for me, i guess it is correct cause is from last pipeline |
The equivalent for macOS M2 is The new Cabal warns me on every new dependency that
How can I disable this noise? I don't understand the warning: |
i also have seen those warnings building cabal itself:
|
That's strange. I'm not getting these warnings. Maybe something changed in the hackage-security packages or similar. Could you please file an issue? Does it persist after |
You are right, I'm getting it now. |
So how is this part progressing? Users are getting restless... ;) |
@Mikolaj could you please make a Hackage release for Cabal 3.10? |
@Bodigrim: at your service, it's released. |
Describe the bug
Here we will track the status of the Cabal release which will ship will GHC 9.6.
The text was updated successfully, but these errors were encountered: