mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +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
|
||||
*.stackage
|
||||
/haddock/
|
||||
/build-summary/
|
||||
|
||||
@ -100,6 +100,7 @@ build settings' bp = do
|
||||
: "--build-log=logs/$pkg.log"
|
||||
: "--max-backjumps=-1"
|
||||
: "--reorder-goals"
|
||||
: "--build-summary=build-summary/$pkgid.report"
|
||||
: packageList
|
||||
hPutStrLn handle ("cabal " ++ unwords (map (\s -> "'" ++ s ++ "'") args))
|
||||
runCabal args handle
|
||||
|
||||
Loading…
Reference in New Issue
Block a user