From: panne Date: Tue, 14 Oct 2003 14:58:44 +0000 (+0000) Subject: [project @ 2003-10-14 14:58:44 by panne] X-Git-Tag: Approx_11550_changesets_converted~362 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=afa39ba2656a1764a1d509e0e90f9a56814bcfcd [project @ 2003-10-14 14:58:44 by panne] Synched .hi-boot files with reality (untested) --- diff --git a/ghc/compiler/rename/RnSource.hi-boot-5 b/ghc/compiler/rename/RnSource.hi-boot-5 index bf1e97d..80941fd 100644 --- a/ghc/compiler/rename/RnSource.hi-boot-5 +++ b/ghc/compiler/rename/RnSource.hi-boot-5 @@ -10,6 +10,6 @@ __export RnSource rnBindsAndThen rnBinds rnSrcDecls; -> TcRnTypes.RnM (RnHsSyn.RenamedHsBinds, NameSet.DefUses) ; 1 rnSrcDecls :: HsDecls.HsGroup RdrName.RdrName - -> TcRnTypes.RnM (TcRnTypes.TcGblEnv, HsDecls.HsGroup Name.Name, NameSet.DefUses) ; + -> TcRnTypes.RnM (TcRnTypes.TcGblEnv, HsDecls.HsGroup Name.Name) ; diff --git a/ghc/compiler/rename/RnSource.hi-boot-6 b/ghc/compiler/rename/RnSource.hi-boot-6 index 0472eaa..83e8dd5 100644 --- a/ghc/compiler/rename/RnSource.hi-boot-6 +++ b/ghc/compiler/rename/RnSource.hi-boot-6 @@ -9,5 +9,5 @@ rnBinds :: RdrHsSyn.RdrNameHsBinds -> TcRnTypes.RnM (RnHsSyn.RenamedHsBinds, NameSet.DefUses) ; rnSrcDecls :: HsDecls.HsGroup RdrName.RdrName - -> TcRnTypes.RnM (TcRnTypes.TcGblEnv, HsDecls.HsGroup Name.Name, NameSet.DefUses) + -> TcRnTypes.RnM (TcRnTypes.TcGblEnv, HsDecls.HsGroup Name.Name)