packages feed

hackport-0.5.5: 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 =<< hasProfiledLibraries
    setup_build ["--enable-library-profiling",
                 "--enable-profiling"]