haskellPackages: stackage LTS 24.25 -> LTS 24.26 #475278
haskellPackages: stackage LTS 24.25 -> LTS 24.26 #475278wolfgangwalther merged 559 commits intostagingfrom
Conversation
|
Yesterday, my spot in the rotation started. In theory, I'm taking over from @maralorn, in practice it looks like @sternenseemann had a four week shift. I have not looked into things much, yet, but there are a few build failures in the report that we have to look up. The musl stuff seems to be a staging-thing, not related to haskell. Other than that, we will have some gcc 15 fixes to do, IIRC. At first glance, it looks like this cycle will be mostly about stabilizing things. |
|
One annoyance is that ghc-lib and friends haven't updated to the 9.12.3 versions in Stackage LTS yet and they do not seem to build with GHC 9.12.3 as a result. Would be nice to have them with Stackage LTS 24.27, but I don't know what the timeline for that is.
Indeed. I've proposed a fix for PortMidi, but haven't gotten further than that. |
It seems like GHC 9.12.3 is broken similarly to how 9.12.1 was, see https://discourse.haskell.org/t/ghc-9-12-3-is-now-available/13454. So maybe 9.12.3 support is not really that important rn. |
Indeed, then let's just stick with 9.12.2 for now. |
|
Many gcc 18 regressions (regex-rure, nfc, heystone, …) are due to haskell/c2hs#300. |
Previously, when running the Fleet server, any requests that fetch templates or assets will fail as they are not included in this package. With this addition, the required files will be built using webpack and included in the go build using go-bindata (as per upstream).
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
Created by maintainers/scripts/haskell/unbreak.nu.
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on *evaluation [1821886](https://hydra.nixos.org/eval/1821886) of nixpkgs commit [b616161](https://github.com/NixOS/nixpkgs/commits/b616161346da0df13f6edf175cd3ef085eb22e11) as of 2026-01-10 16:00 UTC* from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
I marked all as broken, except |
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 #474305. Come to #haskell:nixos.org if you have any questions.