Move error-ids to MkCore (from PrelRules)
authorsimonpj@microsoft.com <unknown>
Tue, 14 Sep 2010 11:36:35 +0000 (11:36 +0000)
committersimonpj@microsoft.com <unknown>
Tue, 14 Sep 2010 11:36:35 +0000 (11:36 +0000)
commit7fc01c4671980ea3c66d549c0ece4d82fd3f5ade
tree8101b68ac419cc06c114c8b5badebc3ccc3b7e33
parent1285cf63bc086f323d6b935948388970ce047f59
Move error-ids to MkCore (from PrelRules)

and adjust imports accordingly
16 files changed:
compiler/basicTypes/MkId.lhs
compiler/coreSyn/MkCore.lhs
compiler/deSugar/DsArrows.lhs
compiler/deSugar/DsExpr.lhs
compiler/deSugar/DsGRHSs.lhs
compiler/deSugar/DsListComp.lhs
compiler/deSugar/Match.lhs
compiler/iface/LoadIface.lhs
compiler/prelude/PrelInfo.lhs
compiler/prelude/PrelNames.lhs
compiler/prelude/PrelRules.lhs
compiler/simplCore/Simplify.lhs
compiler/specialise/SpecConstr.lhs
compiler/typecheck/TcGenDeriv.lhs
compiler/typecheck/TcInstDcls.lhs
compiler/typecheck/TcTyClsDecls.lhs