Skip to content
Snippets Groups Projects
Commit 337f9cd7 authored by Mikhail Glushenkov's avatar Mikhail Glushenkov
Browse files

Unbreak the build.

parent d9dbd16d
No related branches found
No related tags found
No related merge requests found
...@@ -86,7 +86,7 @@ checkForSelfUpgrade verbosity repos = do ...@@ -86,7 +86,7 @@ checkForSelfUpgrade verbosity repos = do
[ "Note: You are not currently running the latest version of cabal-install." [ "Note: You are not currently running the latest version of cabal-install."
, "The currently running version is: " ++ showVersion currentVersion , "The currently running version is: " ++ showVersion currentVersion
, "These available versions are newer: " , "These available versions are newer: "
++ (intercalate ", " . map showVersion) laterPreferredVersion ++ (intercalate ", " . map showVersion) laterPreferredVersions
, "If you have already installed a newer version, and intended " , "If you have already installed a newer version, and intended "
++ "to run it, maybe check your PATH environment variable?" ++ "to run it, maybe check your PATH environment variable?"
] ]
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