diff options
-rw-r--r-- | CabalHelper/Wrapper.hs | 2 |
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\ |