packages feed

hackport-0.8.0.0: cabal/cabal-testsuite/PackageTests/CustomPreProcess/setup.test.hs

import Test.Cabal.Prelude
-- Test internal custom preprocessor
main = setupTest $ do
    skipUnless "no Cabal for GHC" =<< hasCabalForGhc
    setup_build []
    runExe' "hello-world" []
        >>= assertOutputContains "hello from A"