Add migration guide for #9718 (#10578)
[cabal.git] / cabal-testsuite / PackageTests / ProfLate / setup.test.hs
blobdff600e68c3450d1690838fe8574973caf1b14d2
1 import Test.Cabal.Prelude
2 -- Test building with profiling detail "late"
3 main = do
4 setupAndCabalTest $ do
5 skipUnless "no profiling libs" =<< hasProfiledLibraries
6 setup_build ["--enable-profiling", "--profiling-detail=late"]
7 -- ["--enable-profiling", "--profiling-detail=late-toplevel"]