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 c6d0b0c commit ada5a68Copy full SHA for ada5a68
overlays/haskell.nix
@@ -1178,7 +1178,8 @@ final: prev: {
1178
# GHCJS builds its own template haskell runner.
1179
# These seem to be the only things we use from `ghc-extra-packages`
1180
# in haskell.nix itself.
1181
- && !final.stdenv.hostPlatform.isGhcjs)
+ && !final.stdenv.hostPlatform.isGhcjs
1182
+ && !final.stdenv.hostPlatform.isWasm)
1183
final.haskell-nix.iserv-proxy-exes.${compiler-nix-name});
1184
};
1185
}
0 commit comments