README: update info about HLS

parent 86dabcfa
...@@ -427,10 +427,15 @@ Maybe you need to change the port to 5433 for database connection in your gargan ...@@ -427,10 +427,15 @@ Maybe you need to change the port to 5433 for database connection in your gargan
If you want to use `haskell-language-server` for GHC 9.4.7, install it If you want to use `haskell-language-server` for GHC 9.4.7, install it
with `ghcup`: with `ghcup`:
```shell ```shell
ghcup compile hls --version 2.7.0.0 --ghc 9.4.7 ghcup compile hls --version 2.11.0.0 --ghc 9.6.6 --cabal-update
``` ```
https://haskell-language-server.readthedocs.io/en/latest/installation.html https://haskell-language-server.readthedocs.io/en/latest/installation.html
*NOTE* Sometimes it helps to remove `$HOME/.cache/hie-bios` if you
experience strange errors like
```
fatal: Could not parse object '316d48b6a89593faaf1f2102e9714cea7e416e56'.
```
## Running the tests <a name="running-tests"></a> ## Running the tests <a name="running-tests"></a>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment