hackport-0.9.0.0: cabal/cabal-testsuite/PackageTests/ProfLate/setup.test.hs
import Test.Cabal.Prelude
-- Test building with profiling detail "late"
main = do
setupAndCabalTest $ do
skipUnless "no profiling libs" =<< hasProfiledLibraries
setup_build ["--enable-profiling", "--profiling-detail=late"]
-- ["--enable-profiling", "--profiling-detail=late-toplevel"]