Update readme with --compiler option for GHCJS

This commit is contained in:
Will Fancher 2018-07-16 01:14:55 -04:00
parent 2781b1fcbc
commit 79362be283

View file

@ -16,6 +16,6 @@ $ nix-prefetch-git https://github.com/ghcjs/ghcjs --rev refs/heads/ghc-8.4 \
| jq '{ url, rev, fetchSubmodules, sha256 }' \
> 8.4/git.json
$ cat $(nix-build ../../../.. -A haskell.compiler.ghcjs82.genStage0 --no-out-link) > 8.4/stage0.nix
$ cabal2nix git://github.com/ghcjs/ghcjs-base > ghcjs-base.nix
$ cabal2nix --compiler ghcjs git://github.com/ghcjs/ghcjs-base > ghcjs-base.nix
```