Skip to content

Commit

Permalink
Skip plugin test for latest ghc
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Mar 28, 2024
1 parent 383a172 commit ba55562
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 [ "ghc9920240306" "ghc91120240312" ]
|| builtins.elem compiler-nix-name [ "ghc910020240327" "ghc91120240327" ]
|| stdenv.hostPlatform.isMusl
|| stdenv.hostPlatform.isGhcjs
|| stdenv.hostPlatform.isWindows
Expand Down

0 comments on commit ba55562

Please sign in to comment.