Skip to content
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

Merged
merged 55 commits into from
Oct 22, 2023
Merged

haskellPackages: update stackage and hackage #259060

merged 55 commits into from
Oct 22, 2023

Conversation

maralorn
Copy link
Member

@maralorn maralorn commented Oct 4, 2023

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 #255037. Come to #haskell:nixos.org if you have any questions.

nomeata and others added 6 commits July 15, 2023 09:15
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
@maralorn
Copy link
Member Author

maralorn commented Oct 6, 2023

haskell-updates build report from hydra

evaluation 1800106 of nixpkgs commit acedba9 as of 2023-10-06 12:12 UTC

🔴 Branch not mergeable

  • mergeable jobset failed.
  • maintained jobset failed.

Build summary

Platform Failed ❌ DependencyFailed ❗ TimedOut ⌛🚫 Success ✔️
aarch64-darwin 🍏 114 54 7 6616
x86_64-darwin 🍎 108 50 9 6639
x86_64-linux 🐧 49 21 15 6821

Maintained Linux packages with build failure

Maintained Linux packages with failed dependency

Maintained Darwin packages with build failure

9 job(s)

Maintained Darwin packages with failed dependency

58 job(s)

Unmaintained packages with build failure

127 job(s)

Unmaintained packages with failed dependency

95 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
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
gtksourceview2 ⤴️ 18
polysemy-process ⤴️ 18
ukrainian-phonetics-basic ⤴️ 18
BiobaseXNA ⤴️ 17
HGamer3D-Data ⤴️ 17
certificate ⤴️ 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

The latest pin bump brings in patat release 0.9.2.0
@maralorn
Copy link
Member Author

maralorn commented Oct 6, 2023

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?

@sternenseemann
Copy link
Member

@ofborg eval

github-actions bot and others added 4 commits October 16, 2023 00:12
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…
@ofborg ofborg bot requested review from turboMaCk and jali-clarke October 18, 2023 16:07
@sorki
Copy link
Member

sorki commented Oct 22, 2023

There's something fishy with darwin builds. I see

ghc: loadArchive: Neither an archive, nor a fat archive: `/nix/store/ybr7a0lvp4dzr14f1l3882x5qb68vkls-clang-wrapper-11.1.0/bin/clang++'

<no location info>: error:
    loadArchive "/nix/store/ybr7a0lvp4dzr14f1l3882x5qb68vkls-clang-wrapper-11.1.0/bin/clang++": failed

from here https://hydra.nixos.org/eval/1800106?filter=haskellPackages.gcodehs

@sternenseemann
Copy link
Member

@sorki #149937

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

Successfully merging this pull request may close these issues.

9 participants