packages feed

hackport-0.5.5: cabal/cabal-testsuite/PackageTests/CopyComponent/Exe/setup.test.hs

import Test.Cabal.Prelude
-- Test that per-component copy works, when only building one executable
main = setupAndCabalTest $ do
    withPackageDb $ do
        setup "configure" []
        setup "build" ["myprog"]
        setup "copy" ["myprog"]