aboutsummaryrefslogtreecommitdiff
path: root/CabalHelper
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2015-05-08 13:17:01 +0200
committerDaniel Gröber <dxld@darkboxed.org>2015-05-08 13:17:01 +0200
commit9420fb1a22098a7e17734965a79f1c1f2c81e8cd (patch)
treeb54d060c8fb18c6f0edf2466007ad8a7c4cd1a29 /CabalHelper
parent74f524fc7e4818c09e43b1a8e4f6a942659b633d (diff)
Fix warning
Diffstat (limited to 'CabalHelper')
-rw-r--r--CabalHelper/Wrapper.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/CabalHelper/Wrapper.hs b/CabalHelper/Wrapper.hs
index 07a2056..8edfbd6 100644
--- a/CabalHelper/Wrapper.hs
+++ b/CabalHelper/Wrapper.hs
@@ -190,7 +190,7 @@ compileHelper opts cabalVer distdir = withHelperSources $ \chdir -> do
cabalPkgId v = "Cabal-" ++ showVersion v
errorInstallCabal :: Version -> FilePath -> a
-errorInstallCabal cabalVer distdir = panic $ printf "\
+errorInstallCabal cabalVer _distdir = panic $ printf "\
\Installing Cabal version %s failed.\n\
\\n\
\You have the following choices to fix this:\n\