-
-
Notifications
You must be signed in to change notification settings - Fork 16.6k
ghc: 9.8.4 -> 9.10.2; Stackage LTS: 23.27 -> 24.2 #429810
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
base: staging
Are you sure you want to change the base?
Conversation
Test suite of Alternatively, we would need to apply to GHC's |
Regressions due to QuickCheck ≥ 2.15(so far)
|
Regressions due to filepath ≥ 1.5… |
Regressions due to text ≥ 2.1.2(usually conflict between
… |
Regressions due to hashable ≥ 1.5
… |
Regressions due to data-default(-class)
… |
Regressions due to containers ≥ 0.7
… |
Could we add the shellcheck 0.11.0 update to here? |
|
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/call-for-contributions-we-are-updating-to-ghc-9-10-2/67756/1 EDIT (@sternenseemann): Most interesting is probably the list of common problems. |
pinboard-notes-backup will be fixed on the next update from Hackage 👍 |
@bdesham Appears to be fixed in the latest evaluation, looks like it was an issue with a dependency. https://hydra.nixos.org/build/304544296 |
|
Is it feasible to build and test that package with a downgraded Cabal as a workaround? |
Wouldn't it be enough to disable the tests for that package? Maybe even just that specific failing test, if possible. Seems to be a test-only problem according to that issue. |
@roberth @wolfgangwalther, I think we have fix for that in Soostone/katip#159, I will coordinate hackage release with the fix. Hopefully, it's there soon. |
@roberth @wolfgangwalther katip 0.8.8.3 has been released on hackage that fixes tests issue |
I'm keeping an eye on |
Looks like it was missed in `overrides.nix` when it should be in non-generated. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
Looks like it was missed in `overrides.nix` when it should be in non-generated. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
Looks like it was missed in `overrides.nix` when it should be in non-generated. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
Looks like it was missed in `overrides.nix` when it should be in non-generated. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
Upstream repository removed. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
Looks like it was missed in `overrides.nix` when it should be in non-generated. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
Looks like it was missed in `overrides.nix` when it should be in non-generated. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
Looks like it was missed in `overrides.nix` when it should be in non-generated. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
Looks like it was missed in `overrides.nix` when it should be in non-generated. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
Looks like it was missed in `overrides.nix` when it should be in non-generated. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
Looks like it was missed in `overrides.nix` when it should be in non-generated. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
We want to prevent plugins being added in `overrides.nix`. Shadow the helper names to throw if someone tries to add them and use them in the file. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This Merge
This PR is the regular merge of the
haskell-updates
branch intostaging
. This time we are upgrading our default GHC version from the 9.8 to the 9.10 series and Stackage LTS from 23 to 24 to match.This branch is being continually built and tested by hydra at https://hydra.nixos.org/jobset/nixpkgs/haskell-updates. You may be able to find an up-to-date Hydra build report at cdepillabout/nix-haskell-updates-status.
A Stackage/default compiler upgrade is a big job, so we hope for contributions from outside the core @NixOS/haskell team. Try checking for the state of your favorite packages on Hydra and attempt to fix regressions.
haskellPackages Workflow Summary
Our workflow is currently described in
pkgs/development/haskell-modules/HACKING.md
.The short version is this:
haskell-updates
(normally at the beginning of a merge window).haskell-updates
intostaging
every two weeks.mergeable
job is succeeding on hydra.maintained
package is still broken at the time of merge, we will only merge if the maintainer has been pinged 7 days in advance. (If you care about a Haskell package, become a maintainer!)More information about Haskell packages in nixpkgs can be found in the nixpkgs manual.
This is the follow-up to #424162. Come to #haskell:nixos.org if you have any questions.