Skip to content

Commit c0ea40d

Browse files
committed
ifdLevel 2
1 parent 8a7a7a5 commit c0ea40d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
inherit (lib.systems.examples) ghcjs;
9191
} // lib.optionalAttrs (
9292
(__match ".*llvm" compiler-nix-name == null)
93-
&& ((system == "x86_64-linux" && !builtins.elem compiler-nix-name ["ghc884" "ghc902" "ghc928" "ghc91220241014" "ghc91320241022"]) # Including GHC HEAD here because the patches for rts/RtsSymbols.c no longer apply and mingwW64 GHC build fails without them
93+
&& ((system == "x86_64-linux" && !builtins.elem compiler-nix-name ["ghc884" "ghc902" "ghc928" "ghc91220241014" "ghc91320241101"]) # Including GHC HEAD here because the patches for rts/RtsSymbols.c no longer apply and mingwW64 GHC build fails without them
9494
|| (system == "x86_64-darwin" && builtins.elem compiler-nix-name []))) { # TODO add ghc versions when we have more darwin build capacity
9595
inherit (lib.systems.examples) mingwW64;
9696
} // lib.optionalAttrs (nixpkgsName == "unstable"

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
let
8484
callFlake = import flake-compat;
8585

86-
ifdLevel = 1;
86+
ifdLevel = 2;
8787
runningHydraEvalTest = false;
8888
defaultCompiler = "ghc928";
8989
config = import ./config.nix;

0 commit comments

Comments
 (0)