mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-23 04:31:57 +01:00
Generate build reports for Hackage
Hackage isn't yet ready to start receiving these, as it's a large amount of data.
This commit is contained in:
parent
e0d1146a53
commit
e01bb2d45c
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@ module-name-conflicts.txt
|
|||||||
/inclusive
|
/inclusive
|
||||||
*.stackage
|
*.stackage
|
||||||
/haddock/
|
/haddock/
|
||||||
|
/build-summary/
|
||||||
|
|||||||
@ -100,6 +100,7 @@ build settings' bp = do
|
|||||||
: "--build-log=logs/$pkg.log"
|
: "--build-log=logs/$pkg.log"
|
||||||
: "--max-backjumps=-1"
|
: "--max-backjumps=-1"
|
||||||
: "--reorder-goals"
|
: "--reorder-goals"
|
||||||
|
: "--build-summary=build-summary/$pkgid.report"
|
||||||
: packageList
|
: packageList
|
||||||
hPutStrLn handle ("cabal " ++ unwords (map (\s -> "'" ++ s ++ "'") args))
|
hPutStrLn handle ("cabal " ++ unwords (map (\s -> "'" ++ s ++ "'") args))
|
||||||
runCabal args handle
|
runCabal args handle
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user