Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/380486488b32379de7e610f25536913a6a523b2f

>---------------------------------------------------------------

commit 380486488b32379de7e610f25536913a6a523b2f
Author: Simon Marlow <marlo...@gmail.com>
Date:   Tue May 22 12:17:37 2012 +0100

    Go back to using -no-user-package-conf for a while
    
    So that we can still use the testsuite with older compilers.  We
    should really test the GHC version, but I don't want to add another
    $(shell).  Maybe modifying ghcconfig.hs would be better.

>---------------------------------------------------------------

 mk/test.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/mk/test.mk b/mk/test.mk
index 982cdd0..e6873cb 100644
--- a/mk/test.mk
+++ b/mk/test.mk
@@ -27,7 +27,7 @@ CONFIG       = $(CONFIGDIR)/$(COMPILER)
 
 # TEST_HC_OPTS is passed to every invocation of TEST_HC 
 # in nested Makefiles
-TEST_HC_OPTS = -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output 
-no-user-package-db -rtsopts $(EXTRA_HC_OPTS)
+TEST_HC_OPTS = -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output 
-no-user-package-conf -rtsopts $(EXTRA_HC_OPTS)
 
 RUNTEST_OPTS =
 



_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to