Wed Sep 26 12:57:51 GMT Daylight Time 2007 Simon Marlow <[EMAIL PROTECTED]> * Pass -ignore-dot-ghci to GHCi
hunk ./config/ghc 56 - 'ghci' : ['--interactive', '-v0'], + 'ghci' : ['--interactive', '-v0', '-ignore-dot-ghci'], hunk ./driver/testlib.py 598 - ' --interactive -v0 ' + \ + ' --interactive -v0 -ignore-dot-ghci' + \ this removes a space at the end in testlib.py, merging -ignore-dot-ghci with the next option to follow. claus _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
