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
Add test cases that reproduce #7241.
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
SDist
/
Respect-Project-File
/
Projects-Default-Yes
/
uv.cabal
blob
3205e54e0ba768b4885baaa98a49d149c1397941
1
cabal-version: 3.0
2
name: uv
3
version: 0.1
4
build-type: Simple
5
6
library U
7
visibility: public
8
exposed-modules: U
9
build-depends: base
10
11
library V
12
visibility: public
13
exposed-modules: V
14
build-depends: base