diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-06 17:38:41 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-06 17:38:41 -0400 |
commit | 1b7a51e43db4566d4eab3de23af54444c63b23d7 (patch) | |
tree | 29eb0f7b9a67f61511a0204caf43883fcd96a4eb /Build/EvilLinker.hs | |
parent | 92b7978cdaf74d6026c847ef83fb44d066e97531 (diff) |
more verbose cabal
Diffstat (limited to 'Build/EvilLinker.hs')
-rw-r--r-- | Build/EvilLinker.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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" [] |