We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f599e0d commit d340115Copy full SHA for d340115
docs/installation.md
@@ -36,7 +36,7 @@ ghcup compile hls -v 1.6.1.0 --ghc 8.10.7 --ghc 8.8.4
36
37
Use a different `cabal.project` for a GHC version:
38
```
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
+ghcup compile hls -v 1.6.1.0 --ghc 9.2.1 --cabal-project cabal-ghc921.project
40
41
42
Check `ghcup compile hls --help` for a full list of compilation options.
0 commit comments