From fb1875ee5bd772e72bdf47990dcda63a093ab538 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Wed, 22 Jul 2020 02:34:17 +0200 Subject: [PATCH] Doc fixes --- lib/GHCup.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/GHCup.hs b/lib/GHCup.hs index 5fcb7f4..8c55626 100644 --- a/lib/GHCup.hs +++ b/lib/GHCup.hs @@ -278,7 +278,7 @@ installCabalBindist dlinfo ver (PlatformRequest {..}) = do Overwrite --- | Installs cabal into @~\/.ghcup\/bin/cabal-\ and +-- | Installs cabal into @~\/.ghcup\/bin/cabal-\@ and -- creates a default @cabal -> cabal-x.y.z.q@ symlink for -- the latest installed version. installCabalBin :: ( MonadMask m @@ -675,7 +675,7 @@ getDebugInfo = do --------------- --- | Compile a GHC from sourc. This behaves wrt symlinks and installation +-- | Compile a GHC from source. This behaves wrt symlinks and installation -- the same as 'installGHCBin'. compileGHC :: ( MonadMask m , MonadReader Settings m @@ -858,7 +858,7 @@ Stage1Only = YES|] --- | Compile a cabal from sourc. This behaves wrt symlinks and installation +-- | Compile a cabal from source. This behaves wrt symlinks and installation -- the same as 'installCabalBin'. compileCabal :: ( MonadReader Settings m , MonadResource m