repo.or.cz
/
cabal.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Small refactor of component pre-build
[cabal.git]
/
changelog.d
/
pr-8908
blob
420248944a4fc720cf4ecd598bae56b247af0e94
1
synopsis: `cabal check`: clearly mark Errors
2
packages: cabal-install
3
prs: #8908
4
5
description: {
6
7
- `cabal check` will now mark errors (which make the program return 1 and
8
Hackage refuse the package) by prepending them with an "Error: " string
9
in the output.
10
11
}