-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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 #223827
Conversation
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
@domenkozar I removed some overrides for |
@roberth Just a ping that hercules-ci-agent and related packages are failing. Probably due to the update in the cachix version: |
This makes hls build, but I probably did things the wrong way, like putting a global override on ghcide deps in Nix code? |
Thank you! I actually do think that a global override is the correct solution, but I would do it differently. otoh, I think we can simply to another hackage bump and starting working on hls 1.10. |
Fix build for `openai-hs`
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
Okay everyone, let’s fix hls 1.10. I am a big fan of what sterni did with the cabal overrides inherit trick in nixpkgs/pkgs/development/haskell-modules/configuration-common.nix Lines 41 to 101 in b1581c3
Besides that I suggest we coordinate a bit with fixing the builds:
Maybe if you work on a version drop a line in #haskell:nixos.org so everyone knows and we can potentially split efforts. /cc @ncfavier because you were so helpful last time |
Use an older version of gi-soup to remain compatible with the prevailing libsoup version in the other gi- packages
…stackage config It was previously just being inserted alphabetically into the list
To include packages alphabetically after with-compiler
I think we'll need haskell-gi/haskell-gi#401 for/before #224806 |
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on *evaluation [1793187](https://hydra.nixos.org/eval/1793187) of nixpkgs commit [ee14a27](https://github.com/NixOS/nixpkgs/commits/ee14a276ab05e72f6dbf224ed5d85227f182984e) as of 2023-04-07 21:31 UTC* from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
I was just puzzled that it started to work and I don't know why: https://hydra.nixos.org/job/nixpkgs/staging-next/haskellPackages.gi-glib.x86_64-linux |
@vcunat Was part of this PR apparently, so it must have propagated from master to staging-next now. |
Ah, so |
The upstream repo and versioning around |
Yes, the changed module belongs to |
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. 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:
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 #220972. Come to #haskell:nixos.org if you have any questions.