-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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 #133422
Conversation
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
Result of 1 package marked as broken and skipped:
6 packages failed to build:3 packages skipped due to time constraints:
129 packages built successfully:
1 suggestion:
Note that build failures may predate this PR, and could be nondeterministic or hardware dependent. Result of 5 packages failed to build:4 packages skipped due to time constraints:
134 packages built successfully:
1 suggestion:
Note that build failures may predate this PR, and could be nondeterministic or hardware dependent. |
…s were timing out Building `haskell.compiler.ghcHEAD` on Hydra on Darwin seemed to cause frequent timeouts. Here's an example of a timeout: https://hydra.nixos.org/build/149762652 This commit raises the timeout time on Hydra for ghcHEAD. The other GHC derivations have this set, so it makes sense to set this here as well.
@locallycompact I believe you are the upstream maintainer for |
Thanks, this is corrected with extra-source-files right? If so the new revision of 0.0.4.1 should work. |
Yes! Then this package will unbreak itself with the next hackage bump. btw, if you want, you can make yourself maintainer for your packages, so you'll receive semi-automatic notifications about such build problems; This time I noticed this mostly by chance. |
See #111985 for previous discussion
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
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.
I will aim to merge this PR by 2021-08-22. If I can merge it earlier, there might be successor PRs in that time window. As part of our rotation @expipiplus1 will continue these merges from 2021-08-23 to 2021-09-06.
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 #133020.