aboutsummaryrefslogtreecommitdiff
path: root/CabalHelper
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2017-09-25 11:14:26 +0200
committerDaniel Gröber <dxld@darkboxed.org>2017-09-25 13:11:28 +0200
commite2940e74056a6c3fff6e61911d5490ca46d19e5e (patch)
treedc9d8734daa5046127fbfe4bda9ff41b5bed11b4 /CabalHelper
parent77afb51613df5777582627e8c505fde57b0be188 (diff)
Fix wording in error message
[ci skip]
Diffstat (limited to 'CabalHelper')
-rw-r--r--CabalHelper/Compiletime/Wrapper.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/CabalHelper/Compiletime/Wrapper.hs b/CabalHelper/Compiletime/Wrapper.hs
index 8546e9e..0efe8ae 100644
--- a/CabalHelper/Compiletime/Wrapper.hs
+++ b/CabalHelper/Compiletime/Wrapper.hs
@@ -149,7 +149,7 @@ main = handlePanic $ do
Just (hdrCabalVersion, _) -> do
case cabalVersion opts of
Just ver | hdrCabalVersion /= ver -> panic $ printf "\
-\Cabal version %s was requested setup configuration was\n\
+\Cabal version %s was requested but setup configuration was\n\
\written by version %s" (showVersion ver) (showVersion hdrCabalVersion)
_ -> do
eexe <- compileHelper opts hdrCabalVersion projdir distdir