Skip to content
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: update stackage and hackage #220972

Merged
merged 82 commits into from
Mar 30, 2023
Merged

Conversation

sternenseemann
Copy link
Member

This Merge

This PR is the regular merge of the haskell-updates branch into master.

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:

  • We regularly update the Stackage and Hackage pins on haskell-updates (normally at the beginning of a merge window).
  • The community fixes builds of Haskell packages on that branch.
  • We aim at at least one merge of haskell-updates into master every two weeks.
  • We only do the merge if the mergeable job is succeeding on hydra.
  • If a maintained package is still broken at the time of merge, we will only merge if the maintainer ha
    s 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.

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
Kranzes added 2 commits March 13, 2023 20:32
The patch and overrides removed in this change were only needed
temporarly to avoid waiting for a haskell-updates cycle.
Kranzes and others added 5 commits March 13, 2023 21:04
{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.
@sternenseemann
Copy link
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).

github-actions bot and others added 8 commits March 15, 2023 00:13
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!
cdepillabout and others added 4 commits March 25, 2023 18:21
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.
@vcunat
Copy link
Member

vcunat commented Mar 26, 2023

.ffmpeg-light will break when the default ffmpeg moves from 4 to 5 (with PR #221461). I assume that at least the initial step would be to just pin it to ffmpeg_4, but I don't know how to do that correctly, so perhaps you can do it? (e.g. here)

…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
@cdepillabout
Copy link
Member

@vcunat Thanks for the heads up. Fixed in 88e877f.

cdepillabout and others added 10 commits March 27, 2023 08:42
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.
cdepillabout and others added 5 commits March 29, 2023 12:50
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants