Skip to content

Commit d340115

Browse files
fendorhasufell
andcommitted
Use simpler ghcup syntax
Co-authored-by: Julian Ospald <[email protected]>
1 parent f599e0d commit d340115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ghcup compile hls -v 1.6.1.0 --ghc 8.10.7 --ghc 8.8.4
3636

3737
Use a different `cabal.project` for a GHC version:
3838
```
39-
ghcup compile hls -v 1.6.1.0 --ghc 9.2.1 --cabal-project https://github.com/haskell/haskell-language-server/blob/master/cabal-ghc921.project
39+
ghcup compile hls -v 1.6.1.0 --ghc 9.2.1 --cabal-project cabal-ghc921.project
4040
```
4141

4242
Check `ghcup compile hls --help` for a full list of compilation options.

0 commit comments

Comments
 (0)