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

Commit c1eabed

Browse files
authored
Merge pull request #1076 from fendor/shake-documentation-fix
Fix documentation for build-doc instructions
2 parents 239d07d + 227e641 commit c1eabed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -179,14 +179,14 @@ Install **Nightly** (and hoogle docs):
179179

180180
```bash
181181
make hie-8.6.3
182-
make build-doc-8.6.3
182+
make build-doc-hie-8.6.3
183183
```
184184

185185
Install **LTS** (and hoogle docs):
186186

187187
```bash
188188
make hie-8.4.4
189-
make build-doc-8.4.4
189+
make build-doc-hie-8.4.4
190190
```
191191

192192
This step can take more than 30 minutes, so grab a coffee and please be patient!
@@ -274,14 +274,14 @@ Install **Nightly** (and hoogle docs):
274274

275275
```bash
276276
stack ./install.hs hie-8.6.3
277-
stack ./install.hs build-doc-8.6.3
277+
stack ./install.hs build-doc-hie-8.6.3
278278
```
279279

280280
Install **LTS** (and hoogle docs):
281281

282282
```bash
283283
stack ./install.hs hie-8.4.4
284-
stack ./install.hs build-doc-8.4.4
284+
stack ./install.hs build-doc-hie-8.4.4
285285
```
286286

287287
#### Install *all* available GHC versions with Shake

0 commit comments

Comments
 (0)