Skip to content

[haskell-updates] haskellPackages: Stackage LTS 23.5 -> 23.8#380707

Merged
sternenseemann merged 4 commits intoNixOS:haskell-updatesfrom
sternenseemann:stackage-lts-23.8
Feb 10, 2025
Merged

[haskell-updates] haskellPackages: Stackage LTS 23.5 -> 23.8#380707
sternenseemann merged 4 commits intoNixOS:haskell-updatesfrom
sternenseemann:stackage-lts-23.8

Conversation

@sternenseemann
Copy link
Member

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 25.05 Release Notes (or backporting 24.11 and 25.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

This commit has been generated by maintainers/scripts/haskell/update-stackage.sh
@github-actions github-actions bot added 6.topic: haskell General-purpose, statically typed, purely functional programming language 10.rebuild-darwin: 1001-2500 This PR causes many rebuilds on Darwin and should most likely target the staging branches. 10.rebuild-darwin: 501+ This PR causes many rebuilds on Darwin and should normally target the staging branches. 10.rebuild-linux: 2501-5000 This PR causes many rebuilds on Linux and should target the staging branches. 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches. labels Feb 9, 2025
@wolfgangwalther
Copy link
Contributor

Applied #380422 on top of this, dropping the fixup.

Making the following changes, I can build postgrest (both dynamic and static 🚀):

  • Drop override for psqueues in configuration-common.nix
  • Drop override for deferred-folds in configuration-common.nix
  • Keep doJailbreak super.text-builder from my fixup (the hackage release after my PR didn't happen because of a CI failure)

I can test more packages, seeing which parts in configuration-common can/need to be dropped now. How would you prefer to have the feedback on that?

@sternenseemann
Copy link
Member Author

I can test more packages, seeing which parts in configuration-common can/need to be dropped now. How would you prefer to have the feedback on that?

I think it's fine to do that in PRs to haskell-updates once this is merged. The goal of this PR is to just make sure that everything evals and is not terribly broken, e.g. I've made sure that cabal2nix-unstable for regenerating the package set still works.

@wolfgangwalther
Copy link
Contributor

Keep doJailbreak super.text-builder from my fixup (the hackage release after my PR didn't happen because of a CI failure)

This has now been released, if you could pull hackage once more we'd have that, too. I can also keep the jailbreak for a while, though.

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
@sternenseemann
Copy link
Member Author

if you could pull hackage once more we'd have that, too

Done.

@sternenseemann
Copy link
Member Author

Note that we'll have to manually bump text-builder since Stackage LTS hasn't updated since its release.

@sternenseemann sternenseemann merged commit 631bba9 into NixOS:haskell-updates Feb 10, 2025
25 of 27 checks passed
@sternenseemann sternenseemann deleted the stackage-lts-23.8 branch February 10, 2025 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.topic: haskell General-purpose, statically typed, purely functional programming language 10.rebuild-darwin: 501+ This PR causes many rebuilds on Darwin and should normally target the staging branches. 10.rebuild-darwin: 1001-2500 This PR causes many rebuilds on Darwin and should most likely target the staging branches. 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches. 10.rebuild-linux: 2501-5000 This PR causes many rebuilds on Linux and should target the staging branches.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants