pkgsStatic.haskellPackages.ghc: 9.4 -> 9.12#467571
Merged
wolfgangwalther merged 2 commits intoNixOS:haskell-updatesfrom Dec 26, 2025
Merged
pkgsStatic.haskellPackages.ghc: 9.4 -> 9.12#467571wolfgangwalther merged 2 commits intoNixOS:haskell-updatesfrom
wolfgangwalther merged 2 commits intoNixOS:haskell-updatesfrom
Conversation
Member
|
Shouldn't we also update release-haskell.nix ? |
We recently merged changes to build TemplateHaskell with iserv-proxy, which allows us to bump pkgsStatic from GHC 9.4 to GHC 9.8+. Currently, GHC 9.10 is the default, but it fails some builds with TH (for example `pkgsStatic.haskell.packages.native-bignum.ghc910.jose`), which succeed with GHC 9.12. Resolves NixOS#275304
Nesting pkgsCross.pkgsStatic doesn't work properly for android-prebuilt, it will result in a build with musl.
ee6f5a1 to
99b0632
Compare
Contributor
Author
|
Thanks, I removed some redundancy from release-haskell.nix. We already tested I did add another commit to remove the static android-prebuilt thing, because it is not working as intended as mentioned in #445672. |
Contributor
Author
|
Merging it for now, if we end up needing adjustments, we can still do so. |
Merged
via the queue into
NixOS:haskell-updates
with commit Dec 26, 2025
6cfb065
28 of 30 checks passed
alexfmpe
reviewed
Feb 7, 2026
Contributor
Author
There was a problem hiding this comment.
Yeah, missed that, we need to adjust that, too: #488658
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We recently merged changes to build TemplateHaskell with iserv-proxy, which allows us to bump pkgsStatic from GHC 9.4 to GHC 9.8+. Currently, GHC 9.10 would be the default, but it fails some builds with TH (for example
pkgsStatic.haskell.packages.native-bignum.ghc910.jose), which succeed with GHC 9.12.Resolves #275304
Things done
pkgsStatic.postgreston platform:Add a 👍 reaction to pull requests you find important.