You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ci.nix
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@
90
90
inherit(lib.systems.examples)ghcjs;
91
91
}//lib.optionalAttrs(
92
92
(__match".*llvm"compiler-nix-name==null)
93
-
&&((system=="x86_64-linux"&&!builtins.elemcompiler-nix-name["ghc884""ghc902""ghc928""ghc91120240918"])# 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.elemcompiler-nix-name["ghc884""ghc902""ghc928""ghc91320241022"])# Including GHC HEAD here because the patches for rts/RtsSymbols.c no longer apply and mingwW64 GHC build fails without them
94
94
||(system=="x86_64-darwin"&&builtins.elemcompiler-nix-name[]))){# TODO add ghc versions when we have more darwin build capacity
0 commit comments