X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Frename%2FRnSource.lhs;h=674257fe553d3c9be227d3db38fe34ab8bb1d98d;hb=6d8832387b124b3f228c7d5844b2058fcb663519;hp=4314697f0b3bc8ba4860e0ddf90c6db33b7801b9;hpb=a324b415d33bf851ba858db1295c1715fdbfc6da;p=ghc-hetmet.git 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 ;