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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/06429f43ca594d87d1e7a9bc6a39041a84fcd375

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

commit 06429f43ca594d87d1e7a9bc6a39041a84fcd375
Author: Simon Peyton Jones <[email protected]>
Date:   Fri Sep 23 15:30:34 2011 +0100

    Revert "Remove quotes from echo'd comments in GHCi script"
    
    This reverts commit e82472fd68db55a23f07d395fa8104eb6a1e1cc0.

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

 tests/ghci/scripts/ghci038.script |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/ghci/scripts/ghci038.script 
b/tests/ghci/scripts/ghci038.script
index c38e016..1b01a03 100644
--- a/tests/ghci/scripts/ghci038.script
+++ b/tests/ghci/scripts/ghci038.script
@@ -2,11 +2,11 @@
 :show imports
 import Prelude
 :show imports
-:!echo -- map in scope due to explicit import Prelude
+:!echo -- map in scope due to explicit 'import Prelude'
 :t map
 import Prelude ()
 :show imports
-:!echo -- still in scope, import Prelude () is subsumed by import Prelude
+:!echo -- still in scope, 'import Prelude ()' is subsumed by 'import Prelude'
 :t map
 :module -Prelude
 :show imports



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to