From bcb1d8930107a693fce11e17e34e749e43882800 Mon Sep 17 00:00:00 2001 From: Hamish Mackenzie Date: Fri, 3 Jan 2025 21:10:33 +1300 Subject: [PATCH] Skip plugin test for ghc 9.12.1 --- 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 c2fdf1698..ed515040b 100644 --- a/test/plugin/default.nix +++ b/test/plugin/default.nix @@ -20,7 +20,7 @@ in recurseIntoAttrs { # Not sure why this breaks for ghc 8.10.7 meta.disabled = compiler-nix-name == "ghc8107" - || builtins.elem compiler-nix-name [ "ghc912020241128" "ghc91320241204" ] + || builtins.elem compiler-nix-name [ "ghc9121" "ghc912020241128" "ghc91320241204" ] || stdenv.hostPlatform.isMusl || stdenv.hostPlatform.isGhcjs || stdenv.hostPlatform.isWindows