haskell.nix icon indicating copy to clipboard operation
haskell.nix copied to clipboard

GHC 9.6, Wasm, and GHCJS

Open dhess opened this issue 1 year ago • 5 comments

Hi! We've just about managed to get our haskell.nix project building with GHC 9.6.2, and now we'd like to build a Wasm target, or at least GHCJS.

From what I can tell, there's no support for cross-compiling to the 9.6 wasm32-wasi "triple." Is there a plan for that?

And for GHCJS, does one use the documented p.projectCross.ghcjs.hsPkgs magic and it will do the right thing with GHC 9.6.2, or does the existing projectCross GHCJS support only work with the old standalone GHCJS compilers?

dhess avatar Aug 16 '23 16:08 dhess