packages feed

hackport-0.9.0.0: cabal/cabal-testsuite/PackageTests/ProfLate/cabal.test.hs

import Test.Cabal.Prelude
-- Test building with profiling detail "late"
main = do
    cabalTest $ do
        skipUnlessGhcVersion ">= 9.4"
        cabal' "clean" []
        res <- cabal' "build" ["-v2", "profLate", "--enable-profiling", "--profiling-detail=late"]
        assertOutputContains "-fprof-late" res