From 1b7a51e43db4566d4eab3de23af54444c63b23d7 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 6 Dec 2013 17:38:41 -0400 Subject: more verbose cabal --- Build/EvilLinker.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Build/EvilLinker.hs') diff --git a/Build/EvilLinker.hs b/Build/EvilLinker.hs index 14d0c5fe5..ed58c9507 100644 --- a/Build/EvilLinker.hs +++ b/Build/EvilLinker.hs @@ -134,7 +134,7 @@ runAtFile p s f extraparams = do main = do ghcout <- fst <$> getOutput "cabal" - ["build", "--ghc-options=-v -keep-tmp-files"] Nothing + ["build", "-v2", "--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" [] -- cgit v1.2.3