aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2019-08-21 03:26:33 +0200
committerDaniel Gröber (dxld) <dxld@darkboxed.org>2019-09-17 17:48:26 +0200
commiteb9f5be6a47935a3b61e936de5bfc07fc5024b04 (patch)
treef0f753825ba2ba66a4a9e70786f491254795b67b /src
parentcec921f15cb8c326fe81f6e32aebec1516ca36e6 (diff)
Fix "Installing lib:Cabal" message
Diffstat (limited to 'src')
-rw-r--r--src/CabalHelper/Compiletime/Program/CabalInstall.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CabalHelper/Compiletime/Program/CabalInstall.hs b/src/CabalHelper/Compiletime/Program/CabalInstall.hs
index 25c4cbb..67f33bd 100644
--- a/src/CabalHelper/Compiletime/Program/CabalInstall.hs
+++ b/src/CabalHelper/Compiletime/Program/CabalInstall.hs
@@ -106,7 +106,7 @@ installingMessage = message
\ %s\n\
\Please do report any problems you encounter.\n\
\\n\
-\Installing Cabal %s ...\n" appdir sver sver sver
+\Installing Cabal %s ...\n" sver sver appdir sver
callCabalInstall
:: Env