From ba555625479eccc98f60fdcde3fc68ed49737f6a Mon Sep 17 00:00:00 2001 From: Hamish Mackenzie Date: Thu, 28 Mar 2024 21:19:28 +1300 Subject: [PATCH] Skip plugin test for latest ghc --- test/plugin/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/plugin/default.nix b/test/plugin/default.nix index b31728b465..fe03ea2489 100644 --- a/test/plugin/default.nix +++ b/test/plugin/default.nix @@ -21,7 +21,7 @@ in recurseIntoAttrs { # Not sure why this breaks for ghc 8.10.7 meta.disabled = compiler-nix-name == "ghc8107" - || builtins.elem compiler-nix-name [ "ghc9920240306" "ghc91120240312" ] + || builtins.elem compiler-nix-name [ "ghc910020240327" "ghc91120240327" ] || stdenv.hostPlatform.isMusl || stdenv.hostPlatform.isGhcjs || stdenv.hostPlatform.isWindows