packages feed

hackport-0.8.0.0: cabal/cabal-testsuite/PackageTests/SDist/T7124/cabal.test.hs

import Test.Cabal.Prelude

-- Issue 7124
-- when we sdist, error should tell which package caused the failure

main :: IO ()
main = cabalTest $ do
  tmpdir <- fmap testTmpDir getTestEnv
  fails $ cabal "v2-sdist" ["--output-directory", tmpdir, "all"]