Skip to content

Commit

Permalink
Skip plugin test for ghc 9.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Jan 3, 2025
1 parent 1adb60b commit bcb1d89
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 @@ -20,7 +20,7 @@ in recurseIntoAttrs {

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

0 comments on commit bcb1d89

Please sign in to comment.