Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/279dd43b9b7ab87e6ec83aa00f93d27bdadeb6fc >--------------------------------------------------------------- commit 279dd43b9b7ab87e6ec83aa00f93d27bdadeb6fc Author: Simon Marlow <[email protected]> Date: Thu May 19 15:07:59 2011 +0100 SlowComp needs a reqlib('mtl') >--------------------------------------------------------------- .../ghc-regress/indexed-types/should_compile/all.T | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/ghc-regress/indexed-types/should_compile/all.T b/tests/ghc-regress/indexed-types/should_compile/all.T index 41fbb56..d467c9c 100644 --- a/tests/ghc-regress/indexed-types/should_compile/all.T +++ b/tests/ghc-regress/indexed-types/should_compile/all.T @@ -174,4 +174,4 @@ test('T4981-V3', normal, compile, ['']) test('T5002', normal, compile, ['']) test('PushedInAsGivens', normal, compile, ['']) -test('SlowComp', normal, compile, ['-fcontext-stack=300']) \ No newline at end of file +test('SlowComp', reqlib('mtl'), compile, ['-fcontext-stack=300']) _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
