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 2dbed8d commit 50a38bbCopy full SHA for 50a38bb
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 [ "ghc91220241014" "ghc91320241101" ]
+ || builtins.elem compiler-nix-name [ "ghc912020241128" "ghc91320241204" ]
24
|| stdenv.hostPlatform.isMusl
25
|| stdenv.hostPlatform.isGhcjs
26
|| stdenv.hostPlatform.isWindows
0 commit comments