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
@@ -153,7 +153,7 @@ then it means you have the command in PATH.
153
153
154
154
On Linux you will need install a couple of extra libraries (for Unicode ([ICU](http://site.icu-project.org/)) and [NCURSES](https://www.gnu.org/software/ncurses/)):
@@ -194,22 +194,22 @@ Available commands can be seen with:
194
194
stack ./install.hs help
195
195
```
196
196
197
-
Remember, this will take time to download a Stackage-LTS and an appropriate GHC. However, afterwards all commands should work as expected.
197
+
Remember, this will take time to download a Stackage-LTS and an appropriate GHC. However, afterwards all commands should work as expected.
198
198
199
199
##### Install specific GHC Version
200
200
201
201
Install **Nightly** (and hoogle docs):
202
202
203
203
```bash
204
204
stack ./install.hs hie-8.6.4
205
-
stack ./install.hs build-doc-8.6.4
205
+
stack ./install.hs build-docs
206
206
```
207
207
208
208
Install **LTS** (and hoogle docs):
209
209
210
210
```bash
211
211
stack ./install.hs hie-8.4.4
212
-
stack ./install.hs build-doc-8.4.4
212
+
stack ./install.hs build-docs
213
213
```
214
214
215
215
The Haskell IDE Engine can also be built with `cabal new-build` instead of `stack build`.
@@ -237,7 +237,7 @@ If your desired ghc has been found, you use it to install Haskell IDE Engine.
237
237
238
238
```bash
239
239
stack install.hs cabal-hie-8.4.4
240
-
stack install.hs cabal-build-doc-8.4.4
240
+
stack install.hs cabal-build-docs
241
241
```
242
242
243
243
To install HIE for all GHC versions that are present on your system, use:
@@ -589,11 +589,11 @@ These builds have a dependency on [homebrew](https://brew.sh)'s `gmp` library. I
589
589
590
590
### cannot satisfy -package-id \<package\>
591
591
592
-
#### Is \<package\> base-x?
592
+
#### Is \<package\> base-x?
593
593
Make sure that you are running the correct version of hie for your version of ghc, or check out hie-wrapper.
594
594
595
595
#### Is there a hash (#) after \<package\>?
596
596
Delete any `.ghc.environment*` files in your project root and try again. (At the time of writing, cabal new-style projects are not supported with ghc-mod)
0 commit comments