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

Commit 33699fd

Browse files
authored
Minor fixes
Fix some of the links
1 parent 84dfbfc commit 33699fd

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@ we talk to clients.__
100100

101101
### Installation with stack on Linux
102102

103-
The preferred installation mechanism is via `make` (this calls `stack` under the hood), as it makes sure the repo is synced, installs the required cabal libraries if missing, and makes copies of the executables with suffixes to be able to tell them apart.
104-
105103
To install HIE, you need stack version >= 1.7.1.
106104

107105
HIE builds from source code, so there's a couple of extra steps.
@@ -152,20 +150,20 @@ You can check which version of ghc you are using in your project by running the
152150
stack ghc -- --version
153151
```
154152

155-
You can install an specific version or all available GHC versions (see below).
153+
You can install an specific version or [all available GHC versions](#install-all-available-ghc-versions).
156154

157-
#### Install a GHC version 8.2.1 - 8.6.2
155+
#### Install a specific GHC version 8.2.1 - 8.6.2
158156

159-
We will use the `make` tools here to wrap `stack install`. For Windows [skip to the Powershell section](#install-all-available-ghc-versions-on-windows).
157+
We will use the `make` tools here to wrap `stack install`. The preferred installation mechanism is via `make`, as it makes sure the repo is synced, installs the required cabal libraries if missing, and makes copies of the executables with suffixes to be able to tell them apart.
160158

161-
Install nightly (and hoogle docs):
159+
Install **Nightly** (and hoogle docs):
162160

163161
```bash
164162
make hie-8.6.2
165163
make build-doc-8.6.2
166164
```
167165

168-
Install LTS (and hoogle docs):
166+
Install **LTS** (and hoogle docs):
169167

170168
```bash
171169
make hie-8.4.4

0 commit comments

Comments
 (0)