Skip to content

Commit b127690

Browse files
committed
Update ghc git pins
1 parent bcb1d89 commit b127690

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

lazy-inputs/ghc912X/flake.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lazy-inputs/ghc913/flake.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/gi-gtk/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ in recurseIntoAttrs rec {
3131
# Cross compilation to aarch64 is also broken
3232
|| stdenv.hostPlatform.isAarch64 && !stdenv.buildPlatform.isAarch64
3333
# Building profiled version of Cabal for haskell-gi is currently broken for GHC head
34-
|| compiler-nix-name == "ghc91320241204";
34+
|| compiler-nix-name == "ghc91320241230";
3535

3636
ifdInputs = {
3737
inherit (project) plan-nix;

test/plugin/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ in recurseIntoAttrs {
2020

2121
# Not sure why this breaks for ghc 8.10.7
2222
meta.disabled = compiler-nix-name == "ghc8107"
23-
|| builtins.elem compiler-nix-name [ "ghc9121" "ghc912020241128" "ghc91320241204" ]
23+
|| builtins.elem compiler-nix-name [ "ghc9121" "ghc912020241215" "ghc91320241230" ]
2424
|| stdenv.hostPlatform.isMusl
2525
|| stdenv.hostPlatform.isGhcjs
2626
|| stdenv.hostPlatform.isWindows

0 commit comments

Comments
 (0)