Skip to content

Commit 3990360

Browse files
authored
Clarify "Custom installed GHCJS" section title
1 parent 312100d commit 3990360

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/ghcjs.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,16 +105,18 @@ compiler: ghcjs-0.1.0.20150924_ghc-7.10.2
105105
compiler-check: match-exact
106106
```
107107

108-
### Custom installed GHCJS (development branch)
108+
### Custom installed GHCJS
109109

110-
In order to use a GHCJS installed on your path, just add the following to your `stack.yaml`:
110+
In order to use a GHCJS installed to your PATH, just add the following to your `stack.yaml`:
111111

112112
```yaml
113113
compiler: ghcjs-0.2.0_ghc-7.10.2
114114
```
115115

116116
(Or, `ghcjs-0.1.0_ghc-7.10.2` if you are working with an older version)
117117

118+
This is particularly useful when you have built GHCJS from source.
119+
118120
## Project with both client and server
119121

120122
For projects with both a server and client, the recommended project

0 commit comments

Comments
 (0)