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 b9d654d commit c177a31Copy full SHA for c177a31
test/plugin/default.nix
@@ -20,7 +20,7 @@ in recurseIntoAttrs {
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 [ "ghc91120240918" ]
+ || builtins.elem compiler-nix-name [ "ghc91220241014" "ghc91320241022" ]
24
|| stdenv.hostPlatform.isMusl
25
|| stdenv.hostPlatform.isGhcjs
26
|| stdenv.hostPlatform.isWindows
0 commit comments