Skip to content

haskellPackages: update stackage and hackage#268652

Merged
ncfavier merged 27 commits intomasterfrom
haskell-updates
Dec 4, 2023
Merged

haskellPackages: update stackage and hackage#268652
ncfavier merged 27 commits intomasterfrom
haskell-updates

Conversation

@expipiplus1
Copy link
Copy Markdown
Contributor

This Merge

This PR is the regular merge of the haskell-updates branch into master.

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:

  • We regularly update the Stackage and Hackage pins on haskell-updates (normally at the beginning of a merge window).
  • The community fixes builds of Haskell packages on that branch.
  • We aim at at least one merge of haskell-updates into master every two weeks.
  • We only do the merge if the mergeable job is succeeding on hydra.
  • If a 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 #266650. Come to #haskell:nixos.org if you have any questions.

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
@github-actions github-actions bot added the 6.topic: haskell General-purpose, statically typed, purely functional programming language label Nov 20, 2023
@ofborg ofborg bot added 8.has: clean-up This PR removes packages or removes other cruft 8.has: package (new) This PR adds a new package 10.rebuild-darwin: 501+ This PR causes many rebuilds on Darwin and should normally target the staging branches. 10.rebuild-darwin: 2501-5000 This PR causes many rebuilds on Darwin and should target the staging branches. 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches. 10.rebuild-linux: 2501-5000 This PR causes many rebuilds on Linux and should target the staging branches. labels Nov 20, 2023
@sternenseemann
Copy link
Copy Markdown
Member

sternenseemann commented Nov 21, 2023

@ofborg ofborg bot requested a review from guibou November 22, 2023 03:14
@ofborg ofborg bot added the 11.by: package-maintainer This PR was created by a maintainer of all the package it changes. label Nov 22, 2023
@cdepillabout
Copy link
Copy Markdown
Member

cdepillabout commented Nov 27, 2023

termonad is currently failing because gi-vte is failing to compile. I sent a PR trying to fix gi-vte here: haskell-gi/haskell-gi#420. I imagine we can just ignore it and leave it broken this round (without marking it broken?), and it should just start working again next round as long as a new gi-vte version has been released.

@ncfavier
Copy link
Copy Markdown
Member

ncfavier commented Nov 27, 2023

haskell-updates build report from hydra

evaluation 1802528 of nixpkgs commit 5f1da6e as of 2023-12-03 19:10 UTC

🟡 Potential issues (and possibly evaluation errors)

  • maintained jobset failed.

Build summary

Platform Failed ❌ DependencyFailed ❗ TimedOut ⌛🚫 HydraFailure 🚧 Success ✅
aarch64-darwin 🍏 78 41 1 6639
aarch64-linux 📱 18 16 6 6805
x86_64-darwin 🍎 68 37 1 6669
x86_64-linux 🐧 7 9 3 6862

Maintained Linux packages with build failure

Maintained Linux packages with failed dependency

Maintained Darwin packages with build failure

7 job(s)

Maintained Darwin packages with failed dependency

33 job(s)

Unmaintained packages with build failure

104 job(s)

Unmaintained packages with failed dependency

99 job(s)

Top 50 broken packages, sorted by number of reverse dependencies

50 job(s)

gogol-core ⤴️ 184
haskell98 ⤴️ 152
heist ⤴️ 72
snap ⤴️ 63
enumerator ⤴️ 56
util ⤴️ 49
derive ⤴️ 48
repa ⤴️ 45
accelerate ⤴️ 42
syb-with-class ⤴️ 42
TypeCompose ⤴️ 38
PrimitiveArray ⤴️ 35
rank1dynamic ⤴️ 33
distributed-static ⤴️ 31
distributed-process ⤴️ 30
iteratee ⤴️ 29
polysemy-time ⤴️ 28
polysemy-resume ⤴️ 27
polysemy-conc ⤴️ 26
crypto-numbers ⤴️ 25
either-unwrap ⤴️ 25
HList ⤴️ 24
polysemy-log ⤴️ 24
crypto-pubkey ⤴️ 22
haskelldb ⤴️ 22
wxdirect ⤴️ 22
BiobaseTypes ⤴️ 21
alg ⤴️ 21
mmsyn2 ⤴️ 21
userid ⤴️ 21
wxc ⤴️ 21
biocore ⤴️ 20
cheapskate ⤴️ 20
openapi3 ⤴️ 20
wxcore ⤴️ 20
attoparsec-enumerator ⤴️ 19
bytestring-show ⤴️ 19
fay ⤴️ 19
incipit ⤴️ 19
ixset ⤴️ 19
polysemy-chronos ⤴️ 19
wx ⤴️ 19
BiobaseENA ⤴️ 18
asn1-data ⤴️ 18
dbus-core ⤴️ 18
digit ⤴️ 18
gtksourceview2 ⤴️ 18
polysemy-process ⤴️ 18
ukrainian-phonetics-basic ⤴️ 18
BiobaseXNA ⤴️ 17

⤴️: The number of packages that depend (directly or indirectly) on this package (if any). If two numbers are shown the first (lower) number considers only packages which currently have enabled hydra jobs, i.e. are not marked broken. The second (higher) number considers all packages.

Report generated with maintainers/scripts/haskell/hydra-report.hs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.topic: haskell General-purpose, statically typed, purely functional programming language 8.has: clean-up This PR removes packages or removes other cruft 8.has: package (new) This PR adds a new package 10.rebuild-darwin: 501+ This PR causes many rebuilds on Darwin and should normally target the staging branches. 10.rebuild-darwin: 2501-5000 This PR causes many rebuilds on Darwin and should target the staging branches. 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches. 10.rebuild-linux: 2501-5000 This PR causes many rebuilds on Linux and should target the staging branches. 11.by: package-maintainer This PR was created by a maintainer of all the package it changes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ghc962: could not execute: otool

5 participants