File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -105,16 +105,18 @@ compiler: ghcjs-0.1.0.20150924_ghc-7.10.2
105105compiler-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
113113compiler: 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
120122For projects with both a server and client, the recommended project
You can’t perform that action at this time.
0 commit comments