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

Commit e0e1cbd

Browse files
committed
fix grammar in build system documentation
1 parent b34dd3c commit e0e1cbd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/Build.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The design of the build system has the following main goals:
1313
- a working installation of `stack`
1414
- `git`
1515
* is completely functional right after simple `git clone`
16-
* one-stop-shop for building everything
16+
* one-stop-shop for building all executables required for using `hie` in IDEs.
1717

1818
See the project's `README` for detailed information about installing `hie`.
1919

@@ -26,11 +26,11 @@ A `shake.yaml` is required for executing the `install.hs` file.
2626
* It contains the required version of `shake`.
2727
* In contrast to the other `*.yaml` it does not contain the submodules, which is necessary for `stack` to work even before the submodules have been initialized.
2828

29-
It is necessary to update the `resolver` field of the `shake.yaml` if the .
29+
It is necessary to update the `resolver` field of the `shake.yaml` if the script should run with a different `GHC`.
3030

3131
#### `install.hs` installs a GHC
3232

33-
Before the code in `install.hs` can be executed, `stack` installs a `GHC`, depending on the `resolver` field in `shake.yaml`. This is a necessary if the `install.hs` should be completely functional right after a fresh `git clone` without further configuration.
33+
Before the code in `install.hs` can be executed, `stack` installs a `GHC`, depending on the `resolver` field in `shake.yaml`. This is necessary if `install.hs` should be completely functional right after a fresh `git clone` without further configuration.
3434

3535
This may lead to an extra `GHC` to be installed by `stack` if not all versions of `haskell-ide-engine` are installed.
3636

0 commit comments

Comments
 (0)