haskellPackages: update stackage and hackage#220972
Merged
cdepillabout merged 82 commits intomasterfrom Mar 30, 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
The patch and overrides removed in this change were only needed temporarly to avoid waiting for a haskell-updates cycle.
Merged
12 tasks
{cachix,hercules-ci}: remove no longer needed override and update passthru.nixPackage
Latest version is 3.10.1.0 now, but let's keep 3.8 around (for now at least). We will likely soon have moved a lot of stuff over to 3.10 though.
Member
Author
|
Getting cabal-install 3.10.1.0 to work for GHC < 9.4 looks to be quite annoying at the moment (but probably possible). |
These were dropped by hackage2nix since the GHC 9.6 versions were uploaded to Hackage.
Also add override for GHC 9.6, 1.15 is the first version to support GHC 9.6. The override likely doesn't work yet, but is added in preparation. To make it compile, we need a matching version of th-abstraction.
Stackage LTS has updated to 0.26.3 as well!
This commits changes the `job` field in `Build` to a newtype. This is mostly just to have a place to document exactly what a job name consists of.
Add a newtype for a package name and a package set. This is less for correctness, and more just to make the code a little easier to read through without having to keep in mind what each Text refers to.
Member
…n in hydra-report.hs
…lures This commit changes hydra-report.hs to split up Linux and Darwin build failures into two different sections. Darwin failures are hidden by default.
haskellPackages: hide darwin jobs in hydra-report.hs
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on *evaluation [1792584](https://hydra.nixos.org/eval/1792584) of nixpkgs commit [d7bd936](https://github.com/NixOS/nixpkgs/commits/d7bd9361dd318ea459c610247fa2960676db6a5a) as of 2023-03-26 23:18 UTC* from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
Member
haskell.packages.*.vector: clean up and unify overrides, run tests
doctest depends on GHC which triggers inconsistent dependencies similarly to hspec* < 2.10, so we need to avoid this. This problem newly cropped up since we enabled tests for vector in #222190.
This change enables using the memory package.
When authoring #220966, I missed that the `//` would take effect solely in the else branch, fixing hledger-check-fancyassertions, but not tests.writers.bin.haskell.
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on *evaluation [1792734](https://hydra.nixos.org/eval/1792734) of nixpkgs commit [192d03b](https://github.com/NixOS/nixpkgs/commits/192d03bee462f0eca2112c4f136fb1aac084f165) as of 2023-03-29 03:44 UTC* from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
It appears that a transitive dependency uses doctest, which is not compatible with the Cabal library in scope for guardian.
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 #219027. Come to #haskell:nixos.org if you have any questions.