Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 5ad1d72

Browse files
committed
Fix typo
1 parent 73d0db5 commit 5ad1d72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ To see what GHC versions are available, the command `stack install.hs cabal-ghcs
312312
It will list all GHC versions that are on the path and their respective installation directory.
313313
If you think, this list is incomplete, you can try to modify the PATH variable, such that the executables can be found.
314314
Note, that the targets `cabal-build`, `cabal-build-docs` and `cabal-build-all` depend on the found GHC versions.
315-
They install Haskell IDE Engine only for the found GHC versions.
315+
They install Haskell IDE Engine only for the found GHC versions.
316316

317317
An example output is:
318318

@@ -364,7 +364,7 @@ To install HIE only for those GHC versions that are present on your system, you
364364
stack ./install.hs cabal-build-all
365365
```
366366

367-
This wil:
367+
This will:
368368

369369
- install Haskell Ide Engine for GHC versions that have been found on your path
370370
- name them as expected by the VS Code plugin

0 commit comments

Comments
 (0)