File tree 1 file changed +1
-18
lines changed
1 file changed +1
-18
lines changed Original file line number Diff line number Diff line change @@ -19,27 +19,10 @@ You can check if HLS is available for your platform via `ghcup` here: <https://h
19
19
You can also install HLS from source without checking out the code manually:
20
20
21
21
``` bash
22
- # `ghcup compile` uses cabal under the hood to build, so you may
23
- # want to run `cabal update` beforehand
24
- cabal update
25
22
ghcup compile hls -v $HLS_VERSION --ghc $GHC_VERSION
26
23
```
27
24
28
- Make sure to check ` ghcup compile hls --help ` for more complete help.
29
-
30
- Examples:
31
-
32
- Install HLS 1.7.0.0 for GHC 8.10.7, or for multiple GHC versions:
33
- ``` bash
34
- ghcup compile hls -v 1.7.0.0 --ghc 8.10.7
35
- ghcup compile hls -v 1.7.0.0 --ghc 8.10.7 --ghc 9.2.3
36
- ```
37
-
38
- Install HLS from master, or a specific commit:
39
- ```
40
- ghcup compile hls -g master --ghc 9.2.3
41
- ghcup compile hls -g 510bd51e46fea8fb51ddfaa60bba505f0663497d --ghc 9.2.3
42
- ```
25
+ More information here: < https://www.haskell.org/ghcup/guide/#hls >
43
26
44
27
## Installation from source
45
28
You can’t perform that action at this time.
0 commit comments