From: simonpj Date: Wed, 6 Nov 2002 11:34:34 +0000 (+0000) Subject: [project @ 2002-11-06 11:34:34 by simonpj] X-Git-Tag: Approx_11550_changesets_converted~1474 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=6d8832387b124b3f228c7d5844b2058fcb663519;p=ghc-hetmet.git [project @ 2002-11-06 11:34:34 by simonpj] Dont bail out quite so fast --- diff --git a/ghc/compiler/rename/RnSource.lhs b/ghc/compiler/rename/RnSource.lhs index 4314697..674257f 100644 --- a/ghc/compiler/rename/RnSource.lhs +++ b/ghc/compiler/rename/RnSource.lhs @@ -98,8 +98,6 @@ rnSrcDecls (HsGroup { hs_valds = MonoBind binds sigs _, updGblEnv (\gbl -> gbl { tcg_fix_env = fix_env }) $ do { - failIfErrsM ; -- No point in continuing if (say) we have duplicate declarations - -- Rename other declarations (rn_val_decls, src_fvs1) <- rnTopMonoBinds binds sigs ; (rn_inst_decls, src_fvs2) <- mapFvRn rnSrcInstDecl inst_decls ;