Skip to content

Commit fb27567

Browse files
authored
Update ghcjs.md
ghcjs: lts-7.14, bumped Cabal-1.24.2.0 match lts, ccjs advanced optimization should work now
1 parent 871e60f commit fb27567

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

doc/ghcjs.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,16 @@ setup-info:
3939
4040
Or for the latest one based on `ghc-8.0.1` (with more features):
4141
```yaml
42-
resolver: lts-7.13
43-
compiler: ghcjs-0.2.1.9007013_ghc-8.0.1
42+
resolver: lts-7.14
43+
compiler: ghcjs-0.2.1.9007014_ghc-8.0.1
4444
compiler-check: match-exact
4545
4646
setup-info:
4747
ghcjs:
4848
source:
49-
ghcjs-0.2.1.9007013_ghc-8.0.1:
50-
url: http://ghcjs.tolysz.org/ghc-8.0-2016-12-18-lts-7.13-9007013.tar.gz
51-
sha1: 530c4ee5e19e2874e128431c7ad421e336df0303
49+
ghcjs-0.2.1.9007014_ghc-8.0.1:
50+
url: http://ghcjs.tolysz.org/ghc-8.0-2016-12-25-lts-7.14-9007014.tar.gz
51+
sha1: 0d2ebe0931b29adca7cb9d9b9f77d60095bfb864
5252
```
5353
The later can be generated via: https://github.com/tolysz/prepare-ghcjs
5454
the fromer is a bit more manual. Those bundles are only tested against the latest `node-7.2.1`.
@@ -59,6 +59,7 @@ Older resolvers:
5959

6060
|resolver|url|sha1|
6161
|---|---|---|
62+
| lts-7.13 | http://ghcjs.tolysz.org/ghc-8.0-2016-12-18-lts-7.13-9007013.tar.gz | 530c4ee5e19e2874e128431c7ad421e336df0303 |
6263
| lts-7.8 | http://ghcjs.tolysz.org/ghc-8.0-2016-11-07-lts-7.8-9007008.tar.gz | 190300a3725cde44b2a08be9ef829f2077bf8825 |
6364
| lts-7.7 | http://ghcjs.tolysz.org/ghc-8.0-2016-11-03-lts-7.7-9007007.tar.gz | ce169f85f1c49ad613ae77fc494d5565452ff59a |
6465
| lts-7.5 | http://ghcjs.tolysz.org/ghc-8.0-2016-10-24-lts-7.5-9007005.tar.gz | 450e81028d7f1eb82a16bc4b0809f30730c3e173 |

0 commit comments

Comments
 (0)