about summary refs log tree commit diff
path: root/pkgs/development/compilers/ghcjs-ng
diff options
context:
space:
mode:
authorWill Fancher <elvishjerricco@gmail.com>2018-07-15 22:13:52 -0400
committerWill Fancher <elvishjerricco@gmail.com>2018-07-15 22:27:42 -0400
commit682ef85c6fdb19b1e8cd0d0a430ea4ec6dfa3954 (patch)
tree92f19a30deb400d99ea0a2d86e24281228763acf /pkgs/development/compilers/ghcjs-ng
parentf1fbf818c4a94c67fcdb171ba00f1fef4a0aef2a (diff)
downloadnixlib-682ef85c6fdb19b1e8cd0d0a430ea4ec6dfa3954.tar
nixlib-682ef85c6fdb19b1e8cd0d0a430ea4ec6dfa3954.tar.gz
nixlib-682ef85c6fdb19b1e8cd0d0a430ea4ec6dfa3954.tar.bz2
nixlib-682ef85c6fdb19b1e8cd0d0a430ea4ec6dfa3954.tar.lz
nixlib-682ef85c6fdb19b1e8cd0d0a430ea4ec6dfa3954.tar.xz
nixlib-682ef85c6fdb19b1e8cd0d0a430ea4ec6dfa3954.tar.zst
nixlib-682ef85c6fdb19b1e8cd0d0a430ea4ec6dfa3954.zip
Make GHCJS 8.4 the default, in line with LTS 12.x
Diffstat (limited to 'pkgs/development/compilers/ghcjs-ng')
-rw-r--r--pkgs/development/compilers/ghcjs-ng/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/compilers/ghcjs-ng/README.md b/pkgs/development/compilers/ghcjs-ng/README.md
index 3e1598c83b05..b75e4331651f 100644
--- a/pkgs/development/compilers/ghcjs-ng/README.md
+++ b/pkgs/development/compilers/ghcjs-ng/README.md
@@ -12,9 +12,9 @@ Updating
 ---
 
 ```
-$ nix-prefetch-git https://github.com/ghcjs/ghcjs --rev refs/heads/ghc-8.2 \
+$ nix-prefetch-git https://github.com/ghcjs/ghcjs --rev refs/heads/ghc-8.4 \
   | jq '{ url, rev, fetchSubmodules, sha256 }' \
-  > 8.2/git.json
-$ cat $(nix-build ../../../.. -A haskell.compiler.ghcjs82.genStage0 --no-out-link) > 8.2/stage0.nix
+  > 8.4/git.json
+$ cat $(nix-build ../../../.. -A haskell.compiler.ghcjs82.genStage0 --no-out-link) > 8.4/stage0.nix
 ```