From 2df439cce75fec8c3620f88ee193c06f2a766050 Mon Sep 17 00:00:00 2001 From: simonpj Date: Fri, 14 Nov 2003 13:44:11 +0000 Subject: [PATCH] [project @ 2003-11-14 13:44:11 by simonpj] Remove redundant hi-boot files --- ghc/compiler/rename/RnHiFiles.hi-boot-5 | 4 ---- ghc/compiler/rename/RnHiFiles.hi-boot-6 | 7 ------- 2 files changed, 11 deletions(-) delete mode 100644 ghc/compiler/rename/RnHiFiles.hi-boot-5 delete mode 100644 ghc/compiler/rename/RnHiFiles.hi-boot-6 diff --git a/ghc/compiler/rename/RnHiFiles.hi-boot-5 b/ghc/compiler/rename/RnHiFiles.hi-boot-5 deleted file mode 100644 index 27817b0..0000000 --- a/ghc/compiler/rename/RnHiFiles.hi-boot-5 +++ /dev/null @@ -1,4 +0,0 @@ -__interface RnHiFiles 1 0 where -__export RnHiFiles loadInterface; -1 loadInterface :: __forall [m] => Outputable.SDoc -> Module.ModuleName -> TcRnTypes.WhereFrom - -> TcRnTypes.TcRn m HscTypes.ModIface; diff --git a/ghc/compiler/rename/RnHiFiles.hi-boot-6 b/ghc/compiler/rename/RnHiFiles.hi-boot-6 deleted file mode 100644 index 2209be6..0000000 --- a/ghc/compiler/rename/RnHiFiles.hi-boot-6 +++ /dev/null @@ -1,7 +0,0 @@ -module RnHiFiles where - -loadInterface - :: Outputable.SDoc - -> Module.ModuleName - -> TcRnTypes.WhereFrom - -> TcRnTypes.TcRn m HscTypes.ModIface -- 1.7.10.4