more verbose cabal
This commit is contained in:
parent
ec090f609f
commit
fee56536dc
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ runAtFile p s f extraparams = do
|
||||||
|
|
||||||
main = do
|
main = do
|
||||||
ghcout <- fst <$> getOutput "cabal"
|
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"]
|
gccout <- fst <$> runAtFile parseGhcLink ghcout "gcc.opt" ["-v"]
|
||||||
collect2out <- fst <$> runAtFile parseGccLink gccout "collect2.opt" ["-v"]
|
collect2out <- fst <$> runAtFile parseGccLink gccout "collect2.opt" ["-v"]
|
||||||
(out, ok) <- runAtFile parseCollect2 collect2out "ld.opt" []
|
(out, ok) <- runAtFile parseCollect2 collect2out "ld.opt" []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue