Skip to content

Commit bca3852

Browse files
committed
Disable ghc 9.10.2 js backend
1 parent aab58c0 commit bca3852

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ci.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@
7878
let lib = nixpkgs.lib;
7979
in lib.optionalAttrs (nixpkgsName == "unstable"
8080
&& (__match ".*llvm" compiler-nix-name == null)
81-
&& ((system == "x86_64-linux" && !builtins.elem compiler-nix-name ["ghc902" "ghc928" "ghc948"])
82-
|| (system == "aarch64-linux" && !builtins.elem compiler-nix-name ["ghc902" "ghc928" "ghc948"])
83-
|| (system == "x86_64-darwin" && !builtins.elem compiler-nix-name ["ghc902" "ghc928" "ghc948" "ghc966" "ghc967" "ghc96720250227" "ghc982" "ghc983" "ghc984"])
84-
|| (system == "aarch64-darwin" && !builtins.elem compiler-nix-name ["ghc902" "ghc928" "ghc948" "ghc966" "ghc967" "ghc96720250227" "ghc982" "ghc983" "ghc984"])
81+
&& ((system == "x86_64-linux" && !builtins.elem compiler-nix-name ["ghc9102"])
82+
|| (system == "aarch64-linux" && !builtins.elem compiler-nix-name ["ghc9102"])
83+
|| (system == "x86_64-darwin" && !builtins.elem compiler-nix-name ["ghc9102"])
84+
|| (system == "aarch64-darwin" && !builtins.elem compiler-nix-name ["ghc9102"])
8585
)) {
8686
inherit (lib.systems.examples) ghcjs;
8787
} // lib.optionalAttrs (nixpkgsName == "unstable"

0 commit comments

Comments
 (0)