Skip to content
Snippets Groups Projects
Verified Commit 27e2e7f8 authored by Julian Ospald's avatar Julian Ospald :tea:
Browse files

Fix building of documentation

parent 8b638c7e
No related branches found
No related tags found
No related merge requests found
Pipeline #18583 failed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment