You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -268,12 +268,12 @@ Uses the [shake](https://shakebuild.com/) build system for predictable builds.
268
268
The build script is platform independent and the only prerequisites are that `git` and `stack` are installed. The dependency on `make` and other linux specific commands has been dropped.
269
269
270
270
Note, on first invocation of the build script, a GHC is being installed for execution. However, if you build HIE for every GHC, no GHC is downloaded twice.
271
-
The GHC used for the `Shakefile.hs` can be adjusted in `shake.yaml` by using a different resolver.
271
+
The GHC used for the `install.hs` can be adjusted in `shake.yaml` by using a different resolver.
272
272
273
273
Available commands can be seen with:
274
274
275
275
```bash
276
-
stack ./Shakefile.hs help
276
+
stack ./install.hs help
277
277
```
278
278
279
279
Remember, this will take time to download a Stackage-LTS and an appropriate GHC. However, afterwards all commands should work as expected.
@@ -283,15 +283,15 @@ Remember, this will take time to download a Stackage-LTS and an appropriate GHC.
283
283
Install **Nightly** (and hoogle docs):
284
284
285
285
```bash
286
-
stack ./Shakefile.hs hie-8.6.3
287
-
stack ./Shakefile.hs build-doc-8.6.3
286
+
stack ./install.hs hie-8.6.3
287
+
stack ./install.hs build-doc-8.6.3
288
288
```
289
289
290
290
Install **LTS** (and hoogle docs):
291
291
292
292
```bash
293
-
stack ./Shakefile.hs hie-8.4.4
294
-
stack ./Shakefile.hs build-doc-8.4.4
293
+
stack ./install.hs hie-8.4.4
294
+
stack ./install.hs build-doc-8.4.4
295
295
```
296
296
297
297
#### Install *all* available GHC versions with Shake
0 commit comments