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
cabal init -i: add the GHC2021 language option (fix #8265)
[cabal.git]
/
changelog.d
/
option-argument-errors
blob
90d1f32d7ea794b1321bd36fcfd9aae83c2dd872
1
synopsis: Handle option argument parse errors without 'error'
2
packages: Cabal cabal-install
3
prs: #7579
4
issues: #7573
5
description: {
6
- Errors parsing arguments such as `-v=3` no longer result in
7
stack traces.
8
- `Distribution.ReadE.readEOrFail` was removed.
9
}