-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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 #327219
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
With the cpython 3.9.0 release, the breaking changes in the C-API for python's unicode are handeled correctly via an upstream fix, see zsedem/haskell-cpython#22
haskellPackages.free-algebras: Unmark broken
Any idea why tasty fails? |
https://hackage.haskell.org/package/tasty-1.5.1/revisions/ I think it wasn't meant to be released or something is broken about it. |
Maybe we should drop the Haskell implementation of wstunnel, the author rewrote it in rust and doesn't maintain the Haskell implementation anymore. We have packaged the new rust implementation and that's what the top-level attribute is also pointing at. This package does indeed fail to build on Darwin because of a missing Darwin-specific dependency. I'm on holidays without my laptop for two weeks, I can fix that when I'm back home, but that shouldn't block this PR. It's failing on master too. |
This is necessary to make sure that `stack` distributed from Nixpkgs uses the same `hpack` version as `stack-2.15.7` as distributed upstream. This commit fixes the `tests.haskell.upstreamStackHpackVersion` test.
This would be "fixed" (is that the right word to use? I guess not :) by #305823 since I don't know how to test something on a system I don't have access to |
…_1_5_1 haskellPackages.tasty_1_5_1: fix
haskellPackages.kmonad: mark as broken on darwin
haskellPackages.proto3-suite: fix build
|
echidna: fix build on aarch64-darwin
This Merge
This PR is the regular merge of the
haskell-updates
branch 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-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
intomaster
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 #321948. Come to #haskell:nixos.org if you have any questions.