-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
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: Stackage LTS 22 -> 23; ghc: 9.6.6 -> 9.8.4 #371032
base: staging
Are you sure you want to change the base?
Conversation
…properly on the sandbox of macOS.
This commit has been generated by maintainers/scripts/haskell/update-stackage.sh
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
Stackage LTS 23 ships 3.6 as the default version. Note that adding this attribute probably was not a great idea since it was never going to stay around consistently. Rather than repeating this situation, we should implement #190542 for pandoc, ideally getting help from e.g. the quarto maintainers. Ideally pkgs.pandoc would be the latest pandoc. WARNING: Build is completely untested, this change is mostly guesswork so that pkgs.pandoc evals again to a point where we can generate the package map for hackage2nix.
These overrides are obsolete since Stackage LTS ships these versions by default. We need to urgently remove these overrides since they are involved in packages that are exposed from `pkgs`, preventing us from generating the package map for hackage2nix.
This was an oversight when first adding GHC 9.8.1 which went unnoticed because the package set contained semaphore-compat thanks to GHC 9.6 not having it. Also, semaphore-compat is probably reinstallable.
This matches the update from Stackage LTS 22 -> 23 in 7ea7574c. Regenerate the package set with compiler: ghc-9.8.3 passed to Cabal using env \ HACKAGE2NIX=/nix/store/57ivr7wj0bzgkgvgp6i1dsz5rbihy2an-cabal2nix-unstable-2024-12-31/bin/hackage2nix \ bash ./maintainers/scripts/haskell/regenerate-hackage-packages.sh --fast since cabal2nix-unstable doesn't build yet (I assume).
Upstream has addressed the issue we've been trying to work around (darwin support). The upstream change is different and (iirc) more correct. We'll have to wait and see if any new issues crop up.
This approach no longer works as the latest version of postgresql-libpq discovers its dependencies via conditionally included dependencies. This mechanism doesn't work in nixpkgs at the moment, so we'll have to look into that. For now, we can remove the shuffling of dependencies which now causes an evaluation error since librarySystemDepends is unset.
- Upstream has decided that gi-g*k == 4.* should be replaced by dedicated gi-g*k4 packages. The latest versions of gi-adwaita and gi-gsk use these already. - gi-gtk == 4.0.12 and gi-gdk == 4.0.10 are compat packages forwarding (?) to the corresponding gi-g*k4 package. The gi_g*k_4 alias is retained for now, but should be removed eventually. WARNING: Builds are totally untested. Especiall gi-g*k may not work correctly.
Works without.
Not needed anymore.
Pointless to keep it, since the github repo has been deleted, there is no maintainer and this has not been updated in more than 8 years - and of course it's broken anyway.
Our hspec is at 2.11.10 now and the upstream issue is closed.
Works by now.
@sternenseemann I apologize; I didn’t explain the actual issue very well. The |
This Merge
This PR is the regular merge of the
haskell-updates
branch 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-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
intostaging
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!)More information about Haskell packages in nixpkgs can be found in the nixpkgs manual.
This is the follow-up to #369373. Come to #haskell:nixos.org if you have any questions.