Skip to content

Commit

Permalink
Update ghc git pins
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Jan 3, 2025
1 parent bcb1d89 commit b127690
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions lazy-inputs/ghc912X/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions lazy-inputs/ghc913/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/gi-gtk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ in recurseIntoAttrs rec {
# Cross compilation to aarch64 is also broken
|| stdenv.hostPlatform.isAarch64 && !stdenv.buildPlatform.isAarch64
# Building profiled version of Cabal for haskell-gi is currently broken for GHC head
|| compiler-nix-name == "ghc91320241204";
|| compiler-nix-name == "ghc91320241230";

ifdInputs = {
inherit (project) plan-nix;
Expand Down
2 changes: 1 addition & 1 deletion test/plugin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ in recurseIntoAttrs {

# Not sure why this breaks for ghc 8.10.7
meta.disabled = compiler-nix-name == "ghc8107"
|| builtins.elem compiler-nix-name [ "ghc9121" "ghc912020241128" "ghc91320241204" ]
|| builtins.elem compiler-nix-name [ "ghc9121" "ghc912020241215" "ghc91320241230" ]
|| stdenv.hostPlatform.isMusl
|| stdenv.hostPlatform.isGhcjs
|| stdenv.hostPlatform.isWindows
Expand Down

0 comments on commit b127690

Please sign in to comment.