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.
In order to support both stack and cabal, HIE requires `cabal-install`
132
-
as well. If it is not already installed, install it and update its package list:
133
-
134
-
```bash
135
-
stack install cabal-install
136
-
cabal update
137
-
```
138
-
139
131
#### Choose your GHC version
140
132
141
133
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:
0 commit comments