Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/0790cada61a9a40be4bb65cace24c93e3b770934 >--------------------------------------------------------------- commit 0790cada61a9a40be4bb65cace24c93e3b770934 Author: Ian Lynagh <[email protected]> Date: Fri Apr 15 22:24:38 2011 +0100 Fix T4809 (depends on mtl); fixes #5121 >--------------------------------------------------------------- tests/ghc-regress/typecheck/should_run/all.T | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/ghc-regress/typecheck/should_run/all.T b/tests/ghc-regress/typecheck/should_run/all.T index 19bc4eb..213899b 100644 --- a/tests/ghc-regress/typecheck/should_run/all.T +++ b/tests/ghc-regress/typecheck/should_run/all.T @@ -79,5 +79,5 @@ test('T3731', normal, compile_and_run, ['']) test('T3731-short', normal, compile_and_run, ['']) test('T3500a', normal, compile_and_run, ['']) test('T3500b', normal, compile_and_run, ['']) -test('T4809', normal, compile_and_run, ['']) +test('T4809', reqlib('mtl'), compile_and_run, ['']) test('T2722', normal, compile_and_run, ['']) _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
