From 752db6894b796b260de744b8d8f504c5c461ca4b Mon Sep 17 00:00:00 2001 From: fendor Date: Thu, 10 Mar 2022 16:33:50 +0100 Subject: [PATCH] Use simpler ghcup syntax Co-authored-by: Julian Ospald --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 34ef5741f66..d1b07deda1d 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -36,7 +36,7 @@ ghcup compile hls -v 1.6.1.0 --ghc 8.10.7 --ghc 8.8.4 Use a different `cabal.project` for a GHC version: ``` -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 ``` Check `ghcup compile hls --help` for a full list of compilation options.