haskellPackages: Stackage 23.19 -> 23.21#404362
Conversation
This commit has been generated by maintainers/scripts/haskell/update-hackage.sh
This commit has been generated by maintainers/scripts/haskell/update-stackage.sh
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
…istently sort -i actually means "ignore nonprinting", not "ignore case". Also, we need to set LC_ALL to get proper sorting for "-".
…n.yaml We have keep-sorted as a CI job for a while, so we can make use of it.
Some outdated comments removed, otherwise moved above their related line.
…ry insert position to avoid merge conflicts
This was generated with scripts/unbreak.nu.
|
Waiting on symtegration/symtegration#137 to unmark symtegration as broken. |
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on *evaluation [1815231](https://hydra.nixos.org/eval/1815231) of nixpkgs commit [cf12797](https://github.com/NixOS/nixpkgs/commits/cf127972bbf111593f302e81ef3a9778da162fc4) as of 2025-05-14 11:51 UTC* from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
|
I've tested all remaining queued builds on Hydra which compile successfully. @wolfgangwalther a6fc1b0 looks to alter the sort order in some files, is that expected? |
Hm. Maybe we still forgot to adjust one of the scripts earlier? Not sure. Can't look into it right now, but tonight. |
|
Currently Edit: #407098 |
Reason for the failure is still unclear and it was not possible to reproduce outside nixpkgs, yet. diogob/postgres-websockets#101 (comment)
|
@leona-ya Any specific reason you merged staging into haskell-updates? We intentionally don't do that usually since it means that haskell-updates becomes a second staging-next as we loose all cache sharing with master. For this merge it did not matter since we had already finished testing it. For the next one, though, we effectively need to wait on the next staging-next iteration (which may be a while with branch-off, I guess?) in order to not overly burden Hydra. Unfortunately reverting merges also doesn't really work for our branch (afaik at least). |
|
wow. i wasn't avake enough this morning. I'm sorry for that. I did this because https://github.com/NixOS/nixpkgs/actions/runs/15057762545/job/42327220097 said |
|
I also won't complain about getting a break :) The step name sacrificed clarity for brevity, I fear. |
I wondered about that, too. Quick fix could be to just flip the two branches, so that we get If that's not enough, we can also just add another argument to the matrix and the reusable-workflow, to give a better job title. |
This Merge
This PR is the regular merge of the
haskell-updatesbranch intostaging.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.
We roughly aim to merge these
haskell-updatesPRs 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-updatesintostagingevery two weeks.mergeablejob is succeeding on hydra.maintainedpackage 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 #401105. Come to #haskell:nixos.org if you have any questions.