---
compiler/rename/RnNames.lhs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/compiler/rename/RnNames.lhs b/compiler/rename/RnNames.lhs
index 3409d77..ba443bc 100644
--- a/compiler/rename/RnNames.lhs
+++ b/compiler/rename/RnNames.lhs
@@ -955,8 +955,8 @@ rnExports explicit_mod exports
-- as if the user had written "module Main(main) where..."
-- EXCEPT in interactive mode, when we behave as if he had
-- written "module Main where ..."
- -- Reason: don't want to complain about 'main' not in scope
- -- in interactive mode
+ -- Reason: don't want to complain about top level definitions other
than
+ -- 'main' not being in scope in interactive mode
; dflags <- getDynFlags
; let real_exports
| explicit_mod = exports
--
1.7.2.5
_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc