Reimplement `cabal check` (#8427)
[cabal.git] / cabal-testsuite / PackageTests / Backpack / T4754 / setup.test.hs
blob97dae2b597c7b442717d60dadb3438cdaad69ebe
1 import Test.Cabal.Prelude
2 main = setupAndCabalTest $ do
3 skipUnlessGhcVersion ">= 8.1"
4 skipUnless "no profiling libs" =<< hasProfiledLibraries
5 setup "configure" ["--enable-profiling"]
6 setup "build" []