Explicit export lists for Main (#9890)
[cabal.git] / cabal-testsuite / PackageTests / Backpack / T4754 / setup.test.hs
blob4931cd33c99bdef64c701a25afb404e12e012e9a
1 import Test.Cabal.Prelude
2 main = setupAndCabalTest $ do
3 skipUnlessGhcVersion ">= 8.1"
4 skipIfNoProfiledLibraries
5 setup "configure" ["--enable-profiling"]
6 setup "build" []