Skip to content

Commit 871e60f

Browse files
authored
lts-7.13
1 parent 0e2a595 commit 871e60f

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

doc/ghcjs.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,26 +39,27 @@ setup-info:
3939
4040
Or for the latest one based on `ghc-8.0.1` (with more features):
4141
```yaml
42-
resolver: lts-7.8
43-
compiler: ghcjs-0.2.1.9007008_ghc-8.0.1
42+
resolver: lts-7.13
43+
compiler: ghcjs-0.2.1.9007013_ghc-8.0.1
4444
compiler-check: match-exact
4545
4646
setup-info:
4747
ghcjs:
4848
source:
49-
ghcjs-0.2.1.9007008_ghc-8.0.1:
50-
url: http://ghcjs.tolysz.org/ghc-8.0-2016-11-07-lts-7.8-9007008.tar.gz
51-
sha1: 190300a3725cde44b2a08be9ef829f2077bf8825
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
5252
```
5353
The later can be generated via: https://github.com/tolysz/prepare-ghcjs
54-
the fromer is a bit more manual. Those bundles are only tested against the latest `node-6.9.1`.
54+
the fromer is a bit more manual. Those bundles are only tested against the latest `node-7.2.1`.
5555

5656
In order to corrrectly boot and use ghcjs, one might need to install `alex` `happy` `hscolour` `hsc2hs` with the normal ghc.
5757

5858
Older resolvers:
5959

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

0 commit comments

Comments
 (0)