mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Update readme with --compiler option for GHCJS
This commit is contained in:
parent
2781b1fcbc
commit
79362be283
1 changed files with 1 additions and 1 deletions
|
@ -16,6 +16,6 @@ $ nix-prefetch-git https://github.com/ghcjs/ghcjs --rev refs/heads/ghc-8.4 \
|
||||||
| jq '{ url, rev, fetchSubmodules, sha256 }' \
|
| jq '{ url, rev, fetchSubmodules, sha256 }' \
|
||||||
> 8.4/git.json
|
> 8.4/git.json
|
||||||
$ cat $(nix-build ../../../.. -A haskell.compiler.ghcjs82.genStage0 --no-out-link) > 8.4/stage0.nix
|
$ 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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue