-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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 #259060
Conversation
Claiming that a hackage package is available in nixpkgs when we explicitly mark it as broken is less helpful, so let's filter them out. This changes the number of reported packages from 17137 to 10937. Fixes #243512
https://www.haskell.org/ghc/blog/20230825-ghc-9.4.7-released.html Notice that useLLVM is disabled for all aarch64 platforms to match
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.ghc: 9.4.6 -> 9.4.7
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
The latest pin bump brings in patat release 0.9.2.0
We currently have a build error in aeson 1.5.6.0, which is already in master. It affects at least according to overrides spago, descriptive, structured-haskell-mode, and nix-linter (and ghcjs-base in ghcjs). Apparently, no-one complained so I vote in favor of ripping aeson 1.5.6.0 out. But maybe there are different opinions? |
GHC-9.6 fgl and warp
https://www.haskell.org/ghc/blog/20231009-ghc-9.8.1-released.html - Use source-built GHC 9.4.7, pending packaging of bindist. - The aarch64-linux space saving strategy via disabling hyperlinked source is disabled for now, pending either an updated patch or an user defined flavour using https://gitlab.haskell.org/ghc/ghc/-/merge_requests/10850. Co-authored-by: sternenseemann <sternenseemann@systemli.org>
@ofborg eval |
Our Haskell package set for 8.10.7 violates the following bounds of aeson 1.5: hashable-time >=0.2.1 && <0.3, primitive >=0.7.0.1 && <0.8, vector >=0.12.0.1 && <0.13 Seems like it still compiles in spite of that…
haskell.package-list: dont report broken packages to Hackage
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on *evaluation [1800774](https://hydra.nixos.org/eval/1800774) of nixpkgs commit [004ea20](https://github.com/NixOS/nixpkgs/commits/004ea202f2c7010b2ad227843f9f8702eb920f17) as of 2023-10-21 23:54 UTC* from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
There's something fishy with
from here https://hydra.nixos.org/eval/1800106?filter=haskellPackages.gcodehs |
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 #255037. Come to #haskell:nixos.org if you have any questions.