From b8e864f7622c2f0238d628bbe6fb594eba2e8e20 Mon Sep 17 00:00:00 2001 From: Daniel Gröber Date: Wed, 29 Apr 2015 01:47:12 +0200 Subject: Fix printf warning --- CabalHelper/Wrapper.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CabalHelper/Wrapper.hs b/CabalHelper/Wrapper.hs index f14ae6a..07a2056 100644 --- a/CabalHelper/Wrapper.hs +++ b/CabalHelper/Wrapper.hs @@ -219,7 +219,7 @@ errorInstallCabal cabalVer distdir = panic $ printf "\ \ $ cabal clean && cabal configure\n\ \ You might also have to install some version of the Cabal to do this:\n\ \ $ cabal install Cabal\n\ -\\n" sver (distdir "setup-config") sver sver +\\n" sver sver where sver = showVersion cabalVer -- cgit v1.2.3