-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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
haskellPackages: update stackage and hackage #138596
Conversation
This commit has been generated by maintainers/scripts/haskell/update-hackage.sh
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
haskell: update maintainer script for merging and opening PR to also upload package versions to Hackage
Just built with NIXPKGS_ALLOW_BROKEN, and it built fine
@ofborg eval |
Seems like all serious build failures and regressions have been fixed. I want to focus on finishing this iteration up now. You can check on the state of the jobset using this view: https://hydra.nixos.org/eval/1708385?compare=1706329. It compares to the evaluation of the last iteration just before merging, so excludes the noise the GHC-related rebuilds and staging-next caused. If you see anything concerning, feel free to point it out and/or fix it. I'll try to do remaining cleanups and merging tomorrow. Edit: new evaluation |
There were |
Right, that one is already running. Let's hope we don't run out of build time halfway through. |
haskellPackages.hasura: 2.0.7 -> 2.0.9
websnap actually depends on the haskell webkit package (which is broken), so this override introducing a dependency on a removed package is actually incorrect and can be removed.
webkitgtk24x-gtk2 has been removed, but webkit doesn't compile anymore these days, so we can save us maintaining this override. The “correct” override would be webkitgtk (webkit is an alias form webkitgtk atm, maybe we should introduce a libNixName thing in cabal2nix for this?) if webkit compiled with modern dependencies…
Stops webkitgtk24x-gtk* bindings from being emitted.
hashable 1.3.0 is broken on GHC 9.2.1. This enables building unordered-containers.
…report haskell: add link to Hydra build report for haskell-updates branch to PR message
haskell.packages.ghc921: use hashable_1_3_3_0
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
splitmix already has a commit that fixes the version bounds for GHC 9.2.1 but has not had a release since then.
with NixOS/nixpkgs#138596 merged into `master` we can track that again, which is cleaner. This is a follow-up to dfinity#37
with NixOS/nixpkgs#138596 merged into `master` we can track that again, which is cleaner. This is a follow-up to #37
This Merge
This PR is the regular merge of the
haskell-updates
branch intomaster
.This branch is being continually built and tested by hydra at https://hydra.nixos.org/jobset/nixpkgs/haskell-updates.
We roughly aim to merge these
haskell-updates
PRs at least once every two weeks. See the @NixOS/haskell team calendar for who is currently in charge of this branch.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
intomaster
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!)This is the follow-up to #138316. Come to #haskell:nixos.org if you have any questions.