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
If you are compiling with a ghc version with a specific `cabal-ghc${ghcVersion}.project` in the repo you will have to use it. For example for ghc-9.0.x:
@@ -189,12 +183,6 @@ You also can leverage `ghcup compile hls`:
189
183
ghcup compile hls -v 1.6.1.0 --ghc 8.10.7
190
184
```
191
185
192
-
as it uses cabal underneath you might need to use a specific cabal.project for some ghc versions:
193
-
194
-
```bash
195
-
ghcup compile hls -v 1.6.1.0 --ghc 9.0.2
196
-
```
197
-
198
186
### Preprocessors
199
187
200
188
HLS is [not yet](https://github.com/haskell/haskell-language-server/issues/176) able to find project preprocessors, which may result in `could not execute: <preprocessor>` errors.
0 commit comments