packages feed

hackport-0.8.0.0: cabal/cabal-testsuite/PackageTests/NewBuild/CmdRun/ScriptWithProjectBlock/cabal.test.hs

import Test.Cabal.Prelude

main = cabalTest $ do
    -- script is called "s.hs" to avoid Windows long path issue in CI
    res <- cabal' "v2-run" ["s.hs"]
    assertOutputContains "Hello World" res