Skip to content

Commit

Permalink
Merge pull request commercialhaskell#1607 from sheganinans/master
Browse files Browse the repository at this point in the history
GHCJS doc update
  • Loading branch information
mgsloan committed Jan 6, 2016
2 parents 315ffcf + 5419844 commit 7663200
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions doc/ghcjs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
Expand Down

0 comments on commit 7663200

Please sign in to comment.