Skip to content

Commit bcb1d89

Browse files
committed
Skip plugin test for ghc 9.12.1
1 parent 1adb60b commit bcb1d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 [ "ghc912020241128" "ghc91320241204" ]
23+
|| builtins.elem compiler-nix-name [ "ghc9121" "ghc912020241128" "ghc91320241204" ]
2424
|| stdenv.hostPlatform.isMusl
2525
|| stdenv.hostPlatform.isGhcjs
2626
|| stdenv.hostPlatform.isWindows

0 commit comments

Comments
 (0)