From: simonpj Date: Fri, 14 Nov 2003 13:44:11 +0000 (+0000) Subject: [project @ 2003-11-14 13:44:11 by simonpj] X-Git-Tag: Approx_11550_changesets_converted~252 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=2df439cce75fec8c3620f88ee193c06f2a766050 [project @ 2003-11-14 13:44:11 by simonpj] Remove redundant hi-boot files --- 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