Repository : ssh://darcs.haskell.org//srv/darcs/packages/template-haskell On branch : master
http://hackage.haskell.org/trac/ghc/changeset/0f366ff32bcfe607ee538fa30f793f8d33201e1c >--------------------------------------------------------------- commit 0f366ff32bcfe607ee538fa30f793f8d33201e1c Author: Simon Marlow <[email protected]> Date: Tue Jun 12 09:53:11 2012 +0100 omit the profasm way >--------------------------------------------------------------- tests/all.T | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/tests/all.T b/tests/all.T index 4179eb3..716742a 100644 --- a/tests/all.T +++ b/tests/all.T @@ -1 +1,2 @@ -test('dataToExpQUnit', normal, compile, ['-v0']) +# difficult to test TH with profiling, because we have to build twice +test('dataToExpQUnit', omit_ways(prof_ways), compile, ['-v0']) _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
