Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
ghcup-hs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Haskell
ghcup-hs
Commits
27e2e7f8
Verified
Commit
27e2e7f8
authored
5 years ago
by
Julian Ospald
Browse files
Options
Downloads
Patches
Plain Diff
Fix building of documentation
parent
8b638c7e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#18583
failed
5 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/GHCup.hs
+2
-2
2 additions, 2 deletions
lib/GHCup.hs
with
2 additions
and
2 deletions
lib/GHCup.hs
+
2
−
2
View file @
27e2e7f8
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment