From 9420fb1a22098a7e17734965a79f1c1f2c81e8cd Mon Sep 17 00:00:00 2001 From: Daniel Gröber Date: Fri, 8 May 2015 13:17:01 +0200 Subject: Fix warning --- CabalHelper/Wrapper.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CabalHelper') 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\ -- cgit v1.2.3