From 24469a7d542c0de1052ba530104411c2a1cf7a38 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 7 Dec 2013 11:13:02 -0400 Subject: [PATCH] lose the -v2, unneeded --- Build/EvilLinker.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build/EvilLinker.hs b/Build/EvilLinker.hs index db9c84107e..0e68dfb2a9 100644 --- a/Build/EvilLinker.hs +++ b/Build/EvilLinker.hs @@ -137,7 +137,7 @@ runAtFile p s f extraparams = do main = do ghcout <- fst <$> getOutput "cabal" - ["build", "-v2", "--ghc-options=-v -keep-tmp-files"] Nothing + ["build", "--ghc-options=-v -keep-tmp-files"] Nothing gccout <- fst <$> runAtFile parseGhcLink ghcout "gcc.opt" ["-v"] collect2out <- fst <$> runAtFile parseGccLink gccout "collect2.opt" ["-v"] (out, ok) <- runAtFile parseCollect2 collect2out "ld.opt" []