Skip to content

Comments

haskellPackages: update stackage and hackage#190744

Merged
maralorn merged 22 commits intomasterfrom
haskell-updates
Sep 18, 2022
Merged

haskellPackages: update stackage and hackage#190744
maralorn merged 22 commits intomasterfrom
haskell-updates

Conversation

@expipiplus1
Copy link
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!)

This is the follow-up to #188758. 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 Sep 11, 2022
@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: 1001-2500 This PR causes many rebuilds on Darwin and should most likely 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 Sep 11, 2022
@maralorn
Copy link
Member

current issues seem mainly to be megaparsec on ghc < 9.0 and the new xmonad release. I will post the report later, when it contains less timeouts.

@sternenseemann
Copy link
Member

sternenseemann commented Sep 14, 2022

haskell-updates build report from hydra

evaluation 1780628 of nixpkgs commit ec97ea8 as of 2022-09-14 06:50 UTC

🔴 Branch not mergeable

  • mergeable jobset failed.
  • maintained jobset failed.

Build summary

Platform Failed ❌ DependencyFailed ❗ TimedOut ⌛🚫 Success ✔️
aarch64-linux 📱 32 32 4 6617
x86_64-darwin 🍎 64 11 8 6546
x86_64-linux 🐧 11 13 4 6701

Maintained packages with build failure

Maintained packages with failed dependency

Unmaintained packages with build failure

86 job(s)

Unmaintained packages with failed dependency

37 job(s)

Top 50 broken packages, sorted by number of reverse dependencies

50 job(s)

amazonka-core ⤴️ 185
gogol-core ⤴️ 184
haskell98 ⤴️ 153
enumerator ⤴️ 56
util ⤴️ 49
derive ⤴️ 48
amazonka ⤴️ 43
accelerate ⤴️ 42
parseargs ⤴️ 42
MonadCatchIO-transformers ⤴️ 41
data-lens ⤴️ 33
rank1dynamic ⤴️ 33
distributed-static ⤴️ 31
language-ecmascript ⤴️ 31
distributed-process ⤴️ 30
iteratee ⤴️ 29
jmacro ⤴️ 29
mmsyn3 ⤴️ 28
autodocodec-yaml ⤴️ 27
crypto-numbers ⤴️ 25
either-unwrap ⤴️ 25
sydtest ⤴️ 24
crypto-pubkey ⤴️ 22
haskelldb ⤴️ 22
wxdirect ⤴️ 22
alg ⤴️ 21
amazonka-s3 ⤴️ 21
mmsyn2 ⤴️ 21
wxc ⤴️ 21
biocore ⤴️ 20
wxcore ⤴️ 20
attoparsec-enumerator ⤴️ 19
bytestring-show ⤴️ 19
fay ⤴️ 19
wx ⤴️ 19
asn1-data ⤴️ 18
dbus-core ⤴️ 18
gtksourceview2 ⤴️ 18
ukrainian-phonetics-basic ⤴️ 18
HGamer3D-Data ⤴️ 17
certificate ⤴️ 17
dbus-client ⤴️ 17
gconf ⤴️ 17
gtk-serialized-event ⤴️ 17
cuda ⤴️ 16
happstack-jmacro ⤴️ 16
manatee-core ⤴️ 16
monads-fd ⤴️ 16
tls-extra ⤴️ 16
ADPfusion ⤴️ 15

⤴️: 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

@sternenseemann
Copy link
Member

PR for xmonad at #191169.

sternenseemann and others added 5 commits September 14, 2022 16:14
We had a long standing downstream patch for XMonad allowing us to
override the ghc and xmessage binaries used. That has been upstreamed
and released in 0.17.1 and we can drop it!

* patch upstreamed in xmonad/xmonad#409
* downstream patch adjusted in #184784
haskellPackages.miso: unbreak
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
@sternenseemann
Copy link
Member

Fix for weeder and HLS seems to downgrade megaparsec for GHC < 9.0 as it seems to have introduced a base >= 4.15 constraint.

@ofborg ofborg bot added the ofborg-internal-error Ofborg encountered an error label Sep 17, 2022
@maralorn
Copy link
Member

I opened #191699 for the remaining build error for hedgewars on darwin. Hope we can clear that one up quickly because hls 1.8 has arrived on hackage and I am itching to get that one (including improving our hls setup).

@maralorn maralorn merged commit b5d8efb into master Sep 18, 2022
@cole-h cole-h removed the ofborg-internal-error Ofborg encountered an error label Sep 19, 2022
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: 1001-2500 This PR causes many rebuilds on Darwin and should most likely 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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants