haskellPackages: update stackage and hackage; haskellPackages.ghc: 9.2.6 -> 9.2.7#219027
Merged
sternenseemann merged 52 commits intomasterfrom Mar 13, 2023
Merged
haskellPackages: update stackage and hackage; haskellPackages.ghc: 9.2.6 -> 9.2.7#219027sternenseemann merged 52 commits intomasterfrom
sternenseemann merged 52 commits intomasterfrom
Conversation
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.
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
Member
Author
`*.*.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.
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.
Member
Author
|
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.
Member
Author
|
bytepatch is fixed by #217201. |
Member
Author
|
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
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 #217111. Come to #haskell:nixos.org if you have any questions.