1 import Test
.Cabal
.Prelude
3 -- cabal.dot-uv.project has "packages: .". That package is uv.cabal but "cabal
4 -- sdist" writes sdist/p-0.1.tar.gz and sdist/q-0.1.tar.gz instead of the
5 -- expected sdist/uv-0.1.tar.gz. That is wrong, "cabal sdist" should respect
6 -- the "--project-file" option but instead picks up the default "cabal.project"
7 -- that has "packages: p/ q/".
9 -- TODO: Fix this behaviour and apply the patch cabal.dot-uv.patch to update the
10 -- expected output to what we'd expect if "cabal sdist" respected the project.
11 main
= cabalTest
. withProjectFile
"cabal.dot-uv.project" $ do