From 337f9cd7927b787c6796acddc943393cf5b8e64c Mon Sep 17 00:00:00 2001
From: Mikhail Glushenkov <mikhail.glushenkov@gmail.com>
Date: Fri, 18 Jul 2014 01:28:32 +0200
Subject: [PATCH] Unbreak the build.

---
 cabal-install/Distribution/Client/Update.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cabal-install/Distribution/Client/Update.hs b/cabal-install/Distribution/Client/Update.hs
index eb55f59065..dceb79c41f 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?"
     ]
-- 
GitLab