-
-
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; haskellPackages.ghc: 9.2.6 -> 9.2.7 #219027
Merged
Conversation
This file contains 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
https://www.haskell.org/ghc/blog/20230227-ghc-9.2.7-released.html Also updates some of the printouts in the manual. We should probably make it clear in the text that these may be outdated, since we are doing a terrible job keeping up…
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
Revision 2 has been applied after the last hackage update.
github-actions
bot
added
6.topic: haskell
8.has: documentation
This PR adds or changes documentation
labels
Mar 1, 2023
12 tasks
terminfo had a new release on hackage and we only ship the latest version currently, so every GHC gets the newest version. Whether this is correct, is another question, occurs to me – we'll have to look into whether we should fix this at some point.
Needs matching update of quickcheck-instances: haskell.packages.ghc94.quickcheck-instance: 0.3.28 -> 0.3.29.1
`*.*.rts.*.opts` is actually copied from the migration GHC blog post, but does not, actually, parse: The format is `<stage>.<package>.<program>.<filetype>.<setting>`, so it would need to be `*.rts.ghc.opts`. This is already achieved by the broader rule on the next line.
sternenseemann
requested review from
alyssais,
Ericson2314 and
matthewbauer
as code owners
March 8, 2023 16:12
github-actions
bot
added
6.topic: nixos
Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS
8.has: changelog
labels
Mar 8, 2023
nixpkgs:trunk also builds aarch64-darwin these days, so this forces our hand a little bit. We can still refuse to care about failures _too_ much, but at least we will stop merging as big a rebuilds as we are currently.
…rch64-darwin release-haskell.nix: add aarch64-darwin
xhtml seems to be built unconditionally now which is at least one thing improved by hadrian.
This reverts commit 41c538f. Reason for revert: hydraPlatforms needs to be modified (e.g. via dontDistribute) on the evaluator's platform or it'll have no effect. Thus the markBroken here currently breaks the maintained aggregate job.
jacinda on aarch64-darwin is fixed by #220923. |
We previously thought that we only need python if we were going to run ./boot or using emscripten which implements all its wrappers in python (and likes to reinvoke them). As it turns out, though, hadrian likes to invoke python itself for generating certain headers of rts using a script shipped with the GHC source. This fact was obscured before, since (presumably) sphinx would propagate python into PATH.
bytepatch is fixed by #217201. |
hledger-check-fancyassertions is fixed by #220966. |
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on *evaluation [1791899](https://hydra.nixos.org/eval/1791899) of nixpkgs commit [5cc155a](https://github.com/NixOS/nixpkgs/commits/5cc155a50986c0e29f6e6043290a035f917506c6) as of 2023-03-13 09:59 UTC* from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
6.topic: haskell
6.topic: nixos
Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS
8.has: changelog
8.has: clean-up
8.has: documentation
This PR adds or changes documentation
8.has: package (new)
This PR adds a new package
10.rebuild-darwin: 501+
10.rebuild-darwin: 5001+
10.rebuild-linux: 501+
10.rebuild-linux: 5001+
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-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!)
This is the follow-up to #217111. Come to #haskell:nixos.org if you have any questions.