From 27e2e7f84899b91ea6d84370cb991b461d26d59d Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sun, 26 Apr 2020 11:55:20 +0200 Subject: [PATCH] Fix building of documentation --- lib/GHCup.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/GHCup.hs b/lib/GHCup.hs index 343fc32..60ad9be 100644 --- a/lib/GHCup.hs +++ b/lib/GHCup.hs @@ -120,7 +120,7 @@ installGHCBin bDls ver mpfReq = do liftE $ postGHCInstall ver where - -- | Install an unpacked GHC distribution. This only deals with the GHC build system and nothing else. + -- | Install an unpacked GHC distribution. This only deals with the GHC build system and nothing else. installGHC' :: (MonadLogger m, MonadIO m) => Path Abs -- ^ Path to the unpacked GHC bindist (where the configure script resides) -> Path Abs -- ^ Path to install to @@ -183,7 +183,7 @@ installCabalBin bDls ver mpfReq = do pure () where - -- | Install an unpacked cabal distribution. + -- | Install an unpacked cabal distribution. installCabal' :: (MonadLogger m, MonadCatch m, MonadIO m) => Path Abs -- ^ Path to the unpacked cabal bindist (where the executable resides) -> Path Abs -- ^ Path to install to