Skip to content

Commit

Permalink
Add a mention of stack support to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
mgsloan committed Oct 6, 2016
1 parent 0928480 commit 902bc9c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,13 @@ for example:
$ node helloWorld.jsexe/all.js
Hello world!

### Stack support

[stack](https://github.com/commercialhaskell/stack) supports setting up the
GHCJS compiler and building your code. See stack's
[ghcjs documentation](https://docs.haskellstack.org/en/stable/ghcjs/) for
information on how to do this.

### Cabal support

Use `cabal install --ghcjs packageName` to install a package
Expand Down

0 comments on commit 902bc9c

Please sign in to comment.