We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 922528b commit 4520b32Copy full SHA for 4520b32
test/js-template-haskell/default.nix
@@ -33,7 +33,7 @@ in recurseIntoAttrs {
33
stdenv.hostPlatform.isGhcjs
34
|| (stdenv.hostPlatform.isAarch64
35
&& stdenv.hostPlatform.isMusl
36
- && compiler-nix-name == "ghc9101")
+ && builtins.elem compiler-nix-name ["ghc9101" "ghc966"])
37
)) {
38
build-profiled = packages.js-template-haskell.components.library.profiled;
39
check-profiled = packages.js-template-haskell.checks.test.profiled;
0 commit comments