packages feed

hackport-0.8.0.0: cabal/cabal-testsuite/PackageTests/QuasiQuotes/profiling/setup.test.hs

import Test.Cabal.Prelude
-- Test building a profiled library/executable which uses QuasiQuotes
-- (setup has to build the non-profiled version first)
main = setupAndCabalTest $ do
    skipUnless "no profiling libs" =<< hasProfiledLibraries
    setup_build ["--enable-library-profiling",
                 "--enable-profiling"]