Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
ghcup
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Commits
689ff9e6
Verified
Commit
689ff9e6
authored
5 years ago
by
Julian Ospald
Browse files
Options
Downloads
Plain Diff
Merge branch 'no-path'
parents
10d1d2cc
77131809
No related branches found
No related tags found
1 merge request
!113
Remove redundant PATH messages wrt #113
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ghcup
+2
-7
2 additions, 7 deletions
ghcup
with
2 additions
and
7 deletions
ghcup
+
2
−
7
View file @
689ff9e6
...
...
@@ -1527,7 +1527,7 @@ set_ghc() {
edo
ln
$(
optionv
"-v"
)
-sf
"haddock-ghc
${
target_suffix
}
"
"
${
BIN_LOCATION
}
/haddock
${
target_suffix
}
"
fi
status_message
"Done
, make sure
\"
${
BIN_LOCATION
}
\"
is in your PATH!
"
status_message
"Done"
unset
myghcver inst_location f target_suffix
}
...
...
@@ -1560,7 +1560,7 @@ upgrade() {
)
||
die
"failed to install"
status_message
"Done
, make sure
\"
${
target_location
}
\"
is in your PATH!
"
status_message
"Done"
unset
target_location
}
...
...
@@ -1702,11 +1702,6 @@ install_cabal() {
status_message
"Successfully installed cabal-install into"
status_message
"
${
BIN_LOCATION
}
"
status_message
""
status_message
"You may want to run the following to get the really latest version:"
status_message
" cabal new-install cabal-install"
status_message
""
status_message
"And make sure that
\"
~/.cabal/bin
\"
comes *before*
\"
${
BIN_LOCATION
}
\"
"
status_message
"in your PATH!"
unset
mycabalver myarch inst_location download_url download_tarball_name tmp_dir
}
...
...
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