From 5419844d8283c44110e7ec5f67f06d9d383e67d3 Mon Sep 17 00:00:00 2001 From: Aistis Raulinaitis Date: Tue, 5 Jan 2016 03:47:27 -0800 Subject: [PATCH] GHCJS doc update --- doc/ghcjs.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/ghcjs.md b/doc/ghcjs.md index feb75282a1..459baef136 100644 --- a/doc/ghcjs.md +++ b/doc/ghcjs.md @@ -43,6 +43,19 @@ setup-info: url: "https://github.com/nrolland/ghcjs/releases/download/v0.2.0.20151029/ghcjs-0.2.0.20151029.tar.gz" ``` +or for the 2015-12-30 master branch + +```yaml +resolver: ghcjs-0.2.0.20151230.3_ghc-7.10.2 +compiler: ghcjs-0.2.0.20151230.3_ghc-7.10.2 +compiler-check: match-exact +setup-info: + ghcjs: + source: + ghcjs-0.2.0.20151230.3_ghc-7.10.2: + url: "https://github.com/nrolland/ghcjs/releases/download/v.0.2.0.20151230.3/ghcjs-0.2.0.20151230.3.tar.gz" +``` + ### Custom installed GHCJS (development branch) In order to use a GHCJS installed on your path, just add the following to your `stack.yaml`: