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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,7 +139,7 @@ cabal update
139
139
140
140
The GHC version you are going to install HIE for depends on which version of GHC you are using for your project. If you don't have a current project there are two potential options:
141
141
142
-
1. The Nightly GHC version ([currently](https://www.stackage.org/nightly) 8.6.2)
142
+
1. The Nightly GHC version ([currently](https://www.stackage.org/nightly) 8.6.3)
143
143
2. The LTS GHC version (which is [currently](https://www.stackage.org/lts) 8.4.4)
144
144
145
145
By default in a stack project you will get the LTS version.
@@ -152,15 +152,15 @@ stack ghc -- --version
152
152
153
153
You can install an specific version or [all available GHC versions](#install-all-available-ghc-versions).
154
154
155
-
#### Install a specific GHC version 8.2.1 - 8.6.2
155
+
#### Install a specific GHC version 8.2.1 - 8.6.3
156
156
157
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.
158
158
159
159
Install **Nightly** (and hoogle docs):
160
160
161
161
```bash
162
-
make hie-8.6.2
163
-
make build-doc-8.6.2
162
+
make hie-8.6.3
163
+
make build-doc-8.6.3
164
164
```
165
165
166
166
Install **LTS** (and hoogle docs):
@@ -196,7 +196,7 @@ This is the simplest approach as it will install all GHC versions to match again
196
196
197
197
This will:
198
198
199
-
* install all supported GHC versions (8.2.1 - 8.6.2)
199
+
* install all supported GHC versions (8.2.1 - 8.6.3)
200
200
* name them as expected by the VS Code plugin
201
201
* build local hoogle docs for each version
202
202
@@ -240,7 +240,7 @@ cabal update
240
240
241
241
This will:
242
242
243
-
* install all supported GHC versions (8.2.1 - 8.6.2)
243
+
* install all supported GHC versions (8.2.1 - 8.6.3)
0 commit comments