diff --git a/cabal-install/Distribution/Client/Update.hs b/cabal-install/Distribution/Client/Update.hs index eb55f5906508007845451d4f04f5fb0dad53d681..dceb79c41f42521028e76b0439f8641099b51ae1 100644 --- a/cabal-install/Distribution/Client/Update.hs +++ b/cabal-install/Distribution/Client/Update.hs @@ -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) laterPreferredVersions , "If you have already installed a newer version, and intended " ++ "to run it, maybe check your PATH environment variable?" ]