more verbose cabal

This commit is contained in:
Joey Hess 2013-12-06 17:38:41 -04:00
parent ec090f609f
commit fee56536dc

View file

@ -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" []