From cd83751814b0c820f6fe4729803d56420963bf4b Mon Sep 17 00:00:00 2001 From: simonpj Date: Fri, 7 May 2004 14:06:12 +0000 Subject: [PATCH] [project @ 2004-05-07 14:06:12 by simonpj] White space --- ghc/compiler/rename/RnNames.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/rename/RnNames.lhs b/ghc/compiler/rename/RnNames.lhs index 37399d2..2499b4c 100644 --- a/ghc/compiler/rename/RnNames.lhs +++ b/ghc/compiler/rename/RnNames.lhs @@ -305,7 +305,7 @@ importsFromLocalDecls group -- The complaint will come out as "Multiple declarations of Foo.f" because -- since 'f' is in the env twice, the unQualInScope used by the error-msg -- printer returns False. It seems awkward to fix, unfortunately. - mappM_ (addErr . dupDeclErr) dups `thenM_` + mappM_ (addErr . dupDeclErr) dups `thenM_` doptM Opt_NoImplicitPrelude `thenM` \ implicit_prelude -> let -- 1.7.10.4