@@ -202,14 +202,14 @@ Install **Nightly** (and hoogle docs):
202202
203203``` bash
204204stack ./install.hs hie-8.6.4
205- stack ./install.hs build-docs
205+ stack ./install.hs build-doc
206206```
207207
208208Install ** LTS** (and hoogle docs):
209209
210210``` bash
211211stack ./install.hs hie-8.4.4
212- stack ./install.hs build-docs
212+ stack ./install.hs build-doc
213213```
214214
215215The 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
218218To see what GHC versions are available, the command ` stack install.hs cabal-ghcs ` can be used.
219219It will list all GHC versions that are on the path and their respective installation directory.
220220If 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.
222222They install Haskell IDE Engine only for the found GHC versions.
223223
224224An example output is:
@@ -237,7 +237,7 @@ If your desired ghc has been found, you use it to install Haskell IDE Engine.
237237
238238``` bash
239239stack install.hs cabal-hie-8.4.4
240- stack install.hs cabal-build-docs
240+ stack install.hs cabal-build-doc
241241```
242242
243243To install HIE for all GHC versions that are present on your system, use:
0 commit comments