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 383a172 commit ba55562Copy full SHA for ba55562
test/plugin/default.nix
@@ -21,7 +21,7 @@ in recurseIntoAttrs {
21
22
# Not sure why this breaks for ghc 8.10.7
23
meta.disabled = compiler-nix-name == "ghc8107"
24
- || builtins.elem compiler-nix-name [ "ghc9920240306" "ghc91120240312" ]
+ || builtins.elem compiler-nix-name [ "ghc910020240327" "ghc91120240327" ]
25
|| stdenv.hostPlatform.isMusl
26
|| stdenv.hostPlatform.isGhcjs
27
|| stdenv.hostPlatform.isWindows
0 commit comments