1 import Test
.Cabal
.Prelude
3 -- When no project is given, "cabal sdist" finds a default cabal.project that
4 -- has "packages: p/ q/" and writes sdist/p-0.1.tar.gz and sdist/q-0.1.tar.gz.
7 -- TODO: Check that the code is behaving the same as it would have if
8 -- "--project-file=cabal.project" was given or if it is using project probing.