We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8296e3 commit 187555bCopy full SHA for 187555b
test/plugin/default.nix
@@ -19,8 +19,8 @@ in recurseIntoAttrs {
19
};
20
21
# Not sure why this breaks for ghc 8.10.7
22
- meta.disabled = compiler-nix-name == "ghc8107"
23
- || builtins.elem compiler-nix-name [ "ghc9121" "ghc912120241215" "ghc91320241230" ]
+ meta.disabled =
+ builtins.elem compiler-nix-name [ "ghc91320250523" ]
24
|| stdenv.hostPlatform.isMusl
25
|| stdenv.hostPlatform.isGhcjs
26
|| stdenv.hostPlatform.isWindows
0 commit comments