haskellPackages: update stackage and hackage#215925
Merged
sternenseemann merged 43 commits intomasterfrom Feb 19, 2023
Merged
Conversation
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
haskellPackages.persistent-sqlite: disable tests
Since we now have a versioned configuration-ghc-*.nix file for GHC HEAD, we don't need to add a super special case to the package set logic in test-configurations.nix anymore. We can just create a versioned attribute for the ghcHEAD package set (which is not exposed) and keep using the normal discovery logic. The only tricky bit is that GHC HEAD's configuration file is named after the GHC release that will be branched off from it, so a little bit of arithmetic is involved.
Test suite can't currently be built with Stackage LTS-20.
The latest release of sensei added some dependencies we need to make consistent manually. Co-authored-by: sternenseemann <sternenseemann@systemli.org>
f1f9ae6 causes everything to rebuild
haskellPackages: regenerate package set based on current config This commit has been generated by maintainers/scripts/haskell/update-hackage.sh and maintainers/scripts/haskell/regenerate-hackage-packages.sh
GHC 9.2.6 ships a new patch release of bytestring which protolude has an (apparently unnecessary) upper bound on.
haskellPackages.patat: Apply commit from main branch relaxing bounds
This fixes the pkg-config-depends resolution for minicurl.
haskell.packages.ghc884.ghc-lib: downgrade to match ghc-lib-parser
Since there is probably more movement going forward, testing this on Hydra for multiple GHC versions seems sensible.
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on *evaluation [1790868](https://hydra.nixos.org/eval/1790868) of nixpkgs commit [34a7913](https://github.com/NixOS/nixpkgs/commits/34a7913a43b4d57eeb90ad247806adb09bdd8a37) as of 2023-02-18 19:20 UTC* from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates Packages with pending PRs fixing them have not been marked broken. Same goes for type-natural which seems to be affected by a GHC 9.2.6 bug: https://gitlab.haskell.org/ghc/ghc/-/issues/23000
Member
|
bytepatch & h-raylib will be temporarily marked broken, but the next hackage bump should fix them. |
haskell.packages.*.ghc-tags: pick compatible version
release-haskell.nix: reflect release of GHC 9.2.6
Since the overrides are practically the same for all but the latest GHC version, we can move the override into configuration-common.nix and rely on a few conditionals in the overlay assembly — and end up with less copying around!
Annoyingly weird match since 9.2.4's process version is too old, but that should go away soon-ish anyways. Prevents mismatches in overrides.
The package depends on cabal-install and Cabal which need later versions of a few packages than we have in our default package set.
Member
|
Known issue: GHC 9.2.6 panics when compiling some profiling objects: https://gitlab.haskell.org/ghc/ghc/-/issues/23000 Workaround is disabling profiling for affected packages (which we should do for type-naturals probably in the next PR). |
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.
This Merge
This PR is the regular merge of the
haskell-updatesbranch intomaster.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-updatesintomasterevery 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!)This is the follow-up to #213089. Come to #haskell:nixos.org if you have any questions.