diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2015-05-08 13:17:01 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2015-05-08 13:17:01 +0200 |
commit | 9420fb1a22098a7e17734965a79f1c1f2c81e8cd (patch) | |
tree | b54d060c8fb18c6f0edf2466007ad8a7c4cd1a29 /CabalHelper/Wrapper.hs | |
parent | 74f524fc7e4818c09e43b1a8e4f6a942659b633d (diff) |
Fix warning
Diffstat (limited to 'CabalHelper/Wrapper.hs')
-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\ |