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
/
path-validation
blob
79e3f0d7b9b4e681a61f0ecac1e64e0c7e56948f
1
synopsis: Fix bugs in filename validation
2
packages: Cabal
3
prs: #7429 #7479
4
issues: #7426
5
6
description: {
7
8
- Relative paths starting with single-character directories are now properly allowed
9
- `cabal check` rejects paths which are invalid on Windows or in tarballs
10
11
}