[Haskell-cafe] GHCJS Bad first impression

Peter Simons simons at nospf.cryp.to
Tue Nov 1 07:43:11 UTC 2016


Hi David,

 > cabal2nix doesn't generate nix expressions that are sensitive to ghcjs.

the expressions in Nixpkgs target GHC 8.0.x, not GHCJS. If you want
cabal2nix to generate expressions for GHCJS instead, then you'll just
have to run it with the flag "--compiler=ghcjs". Builds generated by the
Nix function haskell.packages.ghcjs.callHackage do this automatically.

Best regards,
Peter



More information about the Haskell-Cafe mailing list