From afa39ba2656a1764a1d509e0e90f9a56814bcfcd Mon Sep 17 00:00:00 2001 From: panne Date: Tue, 14 Oct 2003 14:58:44 +0000 Subject: [PATCH] [project @ 2003-10-14 14:58:44 by panne] Synched .hi-boot files with reality (untested) --- ghc/compiler/rename/RnSource.hi-boot-5 | 2 +- ghc/compiler/rename/RnSource.hi-boot-6 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) -- 1.7.10.4