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
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
Peter Becich
ghcup-hs
Commits
69a461d9
Commit
69a461d9
authored
3 years ago
by
Arjun Kathuria
Browse files
Options
Downloads
Patches
Plain Diff
Fix a couple of typos in Main.hs
parent
1dfe5cfe
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/ghcup/Main.hs
+2
-2
2 additions, 2 deletions
app/ghcup/Main.hs
with
2 additions
and
2 deletions
app/ghcup/Main.hs
+
2
−
2
View file @
69a461d9
...
...
@@ -1703,7 +1703,7 @@ Make sure to clean up #{tmpdir} afterwards.|])
Nuke
->
do
runLogger
$
$
logWarn
"WARNING: This will remove GHCup and all installed components from your system."
runLogger
$
$
logWarn
"Wating 10 seconds before commencing, if you want to cancel it, now would be the time."
runLogger
$
$
logWarn
"Wa
i
ting 10 seconds before commencing, if you want to cancel it, now would be the time."
threadDelay
10000000
-- wait 10s
...
...
@@ -1718,7 +1718,7 @@ Make sure to clean up #{tmpdir} afterwards.|])
case
length
leftOverFiles
of
0
->
runLogger
$
$
logInfo
"Nuclear Annihilation complete!"
_
->
do
runLogger
$
$
logWarn
"These Directories have survived Nuclear Annihilation, you
'd
may remove them manually."
runLogger
$
$
logWarn
"These Directories
/Files
have survived Nuclear Annihilation, you may remove them manually."
forM_
leftOverFiles
(
runLogger
.
$
logWarn
.
T
.
pack
)
pure
ExitSuccess
...
...
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