From 9673d28d3ea4da121c94d308fdce50bcbfe8261d Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Mon, 11 Jul 2022 00:40:39 +0200 Subject: [PATCH] Docs --- docs/guide.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/guide.md b/docs/guide.md index 3f3bd40..ab8740a 100644 --- a/docs/guide.md +++ b/docs/guide.md @@ -253,6 +253,8 @@ You can also set the version explicitly: ghcup compile hls --git-ref master --ghc 9.2.3 --overwrite-version 1.7.0.0-p1 ``` +To instruct cabal to run `cabal update` before building, run `ghcup compile hls --version 1.7.0.0 --ghc 9.2.3 --cabal-update` + As always, check `ghcup compile hls --help`. ### Cross support