Skip to content

Commit

Permalink
Skip ghc plugin tests for ghc >=9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed May 7, 2024
1 parent 9422d32 commit 3f4d095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/plugin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ in recurseIntoAttrs {

# Not sure why this breaks for ghc 8.10.7
meta.disabled = compiler-nix-name == "ghc8107"
|| builtins.elem compiler-nix-name [ "ghc910020240415" "ghc91120240423" ]
|| builtins.elem compiler-nix-name [ "ghc910020240430" "ghc91120240504" ]
|| stdenv.hostPlatform.isMusl
|| stdenv.hostPlatform.isGhcjs
|| stdenv.hostPlatform.isWindows
Expand Down

0 comments on commit 3f4d095

Please sign in to comment.