summaryrefslogtreecommitdiff
path: root/compiler/rename/RnSource.hi-boot-5
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2006-07-28 14:08:09 +0000
committerSimon Marlow <simonmar@microsoft.com>2006-07-28 14:08:09 +0000
commit7929e42210b7d8ff518cfcdb353188c283dd48e5 (patch)
tree869638fe082a16979609432396fdd753bf80bf37 /compiler/rename/RnSource.hi-boot-5
parentd6cb33e0b3cff930475f867f6c5ef0e9934efa39 (diff)
downloadhaskell-7929e42210b7d8ff518cfcdb353188c283dd48e5.tar.gz
.hi-boot-5 is obsolete; the earliest GHC we support uses .hi-boot-6
Diffstat (limited to 'compiler/rename/RnSource.hi-boot-5')
-rw-r--r--compiler/rename/RnSource.hi-boot-513
1 files changed, 0 insertions, 13 deletions
diff --git a/compiler/rename/RnSource.hi-boot-5 b/compiler/rename/RnSource.hi-boot-5
deleted file mode 100644
index 1ec4d52522..0000000000
--- a/compiler/rename/RnSource.hi-boot-5
+++ /dev/null
@@ -1,13 +0,0 @@
-__interface RnSource 1 0 where
-__export RnSource rnBindsAndThen rnBinds rnSrcDecls;
-
-1 rnBindsAndThen :: __forall [b] => [HsBinds.HsBindGroup RdrName.RdrName]
- -> ([HsBinds.HsBindGroup Name.Name]
- -> TcRnTypes.RnM (b, NameSet.FreeVars))
- -> TcRnTypes.RnM (b, NameSet.FreeVars) ;
-
-1 rnBinds :: [HsBinds.HsBindGroup RdrName.RdrName]
- -> TcRnTypes.RnM ([HsBinds.HsBindGroup Name.Name], NameSet.DefUses) ;
-
-1 rnSrcDecls :: HsDecls.HsGroup RdrName.RdrName
- -> TcRnTypes.RnM (TcRnTypes.TcGblEnv, HsDecls.HsGroup Name.Name)