Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
337f9cd7
Commit
337f9cd7
authored
Jul 18, 2014
by
Mikhail Glushenkov
Browse files
Unbreak the build.
parent
d9dbd16d
Changes
1
Hide whitespace changes
Inline
Side-by-side
cabal-install/Distribution/Client/Update.hs
View file @
337f9cd7
...
...
@@ -86,7 +86,7 @@ checkForSelfUpgrade verbosity repos = do
[
"Note: You are not currently running the latest version of cabal-install."
,
"The currently running version is: "
++
showVersion
currentVersion
,
"These available versions are newer: "
++
(
intercalate
", "
.
map
showVersion
)
laterPreferredVersion
++
(
intercalate
", "
.
map
showVersion
)
laterPreferredVersion
s
,
"If you have already installed a newer version, and intended "
++
"to run it, maybe check your PATH environment variable?"
]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment