summaryrefslogtreecommitdiff
path: root/compiler/rename/RnExpr.hi-boot-6
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-07-08 15:00:59 +0000
committerIan Lynagh <igloo@earth.li>2008-07-08 15:00:59 +0000
commit7e1ca77bc1f27ba2b2a6703c7b6b4f854336c479 (patch)
tree04e409b156d64cb9f632acb0848538f6a2b80a0f /compiler/rename/RnExpr.hi-boot-6
parent429b16149ebf0bc99d22d9460d4da785acbabf70 (diff)
downloadhaskell-7e1ca77bc1f27ba2b2a6703c7b6b4f854336c479.tar.gz
Remove all .hi-boot-6 files
From 6.4 onwards we use .(l)hs-boot instead. Spotted by Max Bolingbroke.
Diffstat (limited to 'compiler/rename/RnExpr.hi-boot-6')
-rw-r--r--compiler/rename/RnExpr.hi-boot-611
1 files changed, 0 insertions, 11 deletions
diff --git a/compiler/rename/RnExpr.hi-boot-6 b/compiler/rename/RnExpr.hi-boot-6
deleted file mode 100644
index 8f6c7f154b..0000000000
--- a/compiler/rename/RnExpr.hi-boot-6
+++ /dev/null
@@ -1,11 +0,0 @@
-module RnExpr where
-
-rnLExpr :: HsExpr.LHsExpr RdrName.RdrName
- -> TcRnTypes.RnM (HsExpr.LHsExpr Name.Name, NameSet.FreeVars)
-
-rnStmts :: forall thing.
- HsExpr.HsStmtContext Name.Name -> [HsExpr.LStmt RdrName.RdrName]
- -> TcRnTypes.RnM (thing, NameSet.FreeVars)
- -> TcRnTypes.RnM (([HsExpr.LStmt Name.Name], thing), NameSet.FreeVars)
-
-