Skip to content

Commit ba55562

Browse files
committed
Skip plugin test for latest ghc
1 parent 383a172 commit ba55562

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
@@ -21,7 +21,7 @@ in recurseIntoAttrs {
2121

2222
# Not sure why this breaks for ghc 8.10.7
2323
meta.disabled = compiler-nix-name == "ghc8107"
24-
|| builtins.elem compiler-nix-name [ "ghc9920240306" "ghc91120240312" ]
24+
|| builtins.elem compiler-nix-name [ "ghc910020240327" "ghc91120240327" ]
2525
|| stdenv.hostPlatform.isMusl
2626
|| stdenv.hostPlatform.isGhcjs
2727
|| stdenv.hostPlatform.isWindows

0 commit comments

Comments
 (0)