@@ -202,14 +202,14 @@ Install **Nightly** (and hoogle docs):
202
202
203
203
``` bash
204
204
stack ./install.hs hie-8.6.4
205
- stack ./install.hs build-docs
205
+ stack ./install.hs build-doc
206
206
```
207
207
208
208
Install ** LTS** (and hoogle docs):
209
209
210
210
``` bash
211
211
stack ./install.hs hie-8.4.4
212
- stack ./install.hs build-docs
212
+ stack ./install.hs build-doc
213
213
```
214
214
215
215
The Haskell IDE Engine can also be built with ` cabal new-build ` instead of ` stack build ` .
@@ -218,7 +218,7 @@ However, this approach does currently not work for windows due to a missing feat
218
218
To see what GHC versions are available, the command ` stack install.hs cabal-ghcs ` can be used.
219
219
It will list all GHC versions that are on the path and their respective installation directory.
220
220
If you think, this list is incomplete, you can try to modify the PATH variable, such that the executables can be found.
221
- Note, that the targets ` cabal-build ` , ` cabal-build-docs ` and ` cabal-build-all ` depend on the found GHC versions.
221
+ Note, that the targets ` cabal-build ` , ` cabal-build-doc ` and ` cabal-build-all ` depend on the found GHC versions.
222
222
They install Haskell IDE Engine only for the found GHC versions.
223
223
224
224
An example output is:
@@ -237,7 +237,7 @@ If your desired ghc has been found, you use it to install Haskell IDE Engine.
237
237
238
238
``` bash
239
239
stack install.hs cabal-hie-8.4.4
240
- stack install.hs cabal-build-docs
240
+ stack install.hs cabal-build-doc
241
241
```
242
242
243
243
To install HIE for all GHC versions that are present on your system, use:
0 commit comments