From: simonpj Date: Thu, 23 Aug 2001 15:06:59 +0000 (+0000) Subject: [project @ 2001-08-23 15:06:59 by simonpj] X-Git-Tag: Approximately_9120_patches~1094 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=ae3231c45230ba771996a55d9f282abe857c80b1 [project @ 2001-08-23 15:06:59 by simonpj] remove rnsource.hi-boot-5 (part of prev commit) --- diff --git a/ghc/compiler/rename/RnSource.hi-boot-5 b/ghc/compiler/rename/RnSource.hi-boot-5 deleted file mode 100644 index a6d6d40..0000000 --- a/ghc/compiler/rename/RnSource.hi-boot-5 +++ /dev/null @@ -1,5 +0,0 @@ -__interface RnSource 1 0 where -__export RnSource rnHsType rnHsSigType rnHsTypeFVs; -1 rnHsTypeFVs :: Outputable.SDoc -> RdrHsSyn.RdrNameHsType -> RnMonad.RnMS (RnHsSyn.RenamedHsType, NameSet.FreeVars) ; -2 rnHsType :: Outputable.SDoc -> RdrHsSyn.RdrNameHsType -> RnMonad.RnMS RnHsSyn.RenamedHsType ; -2 rnHsSigType :: Outputable.SDoc -> RdrHsSyn.RdrNameHsType -> RnMonad.RnMS RnHsSyn.RenamedHsType ;