Repository : ssh://darcs.haskell.org//srv/darcs/packages/process On branch : master
http://hackage.haskell.org/trac/ghc/changeset/51fb836e072d0b30848cf7f1d22f2d4ac669b7b6 >--------------------------------------------------------------- commit 51fb836e072d0b30848cf7f1d22f2d4ac669b7b6 Author: Simon Marlow <[email protected]> Date: Wed Nov 16 13:17:01 2011 +0000 add -no-hs-main (required by GHC 7.3+, harmless earlier) >--------------------------------------------------------------- tests/all.T | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/all.T b/tests/all.T index 1a8efb5..3998bd0 100644 --- a/tests/all.T +++ b/tests/all.T @@ -23,7 +23,7 @@ test('3231', compile_and_run, ['']) test('4198', - [cmd_prefix('\'' + config.compiler + '\'' + ' exitminus1.c -o exitminus1; '), + [cmd_prefix('\'' + config.compiler + '\'' + ' exitminus1.c -no-hs-main -o exitminus1; '), extra_clean(['exitminus1.o', 'exitminus1', 'exitminus1.exe'])], compile_and_run, ['']) _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
