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