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`: