[commit: testsuite] master: Use -fno-ghci-history when running tests (304fc89)
Ian Lynagh
igloo at earth.li
Fri Sep 2 01:32:53 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/304fc89e3e55156dcea8616e95c3a1babb747c0d
>---------------------------------------------------------------
commit 304fc89e3e55156dcea8616e95c3a1babb747c0d
Author: Ian Lynagh <igloo at earth.li>
Date: Thu Sep 1 23:40:11 2011 +0100
Use -fno-ghci-history when running tests
>---------------------------------------------------------------
config/ghc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/config/ghc b/config/ghc
index 835b160..ba75331 100644
--- a/config/ghc
+++ b/config/ghc
@@ -7,7 +7,7 @@ import re
#
config.compiler_type = 'ghc'
config.compiler = 'ghc'
-config.compiler_always_flags = ['-fforce-recomp', '-dcore-lint', '-dcmm-lint', '-dno-debug-output', '-no-user-package-conf', '-rtsopts']
+config.compiler_always_flags = ['-fforce-recomp', '-dcore-lint', '-dcmm-lint', '-dno-debug-output', '-no-user-package-conf', '-rtsopts', '-fno-ghci-history']
config.hp2ps = 'hp2ps'
config.hpc = 'hpc'
More information about the Cvs-ghc
mailing list