summaryrefslogtreecommitdiff
path: root/compiler/rename/RnExpr.hs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/rename/RnExpr.hs-boot')
-rw-r--r--compiler/rename/RnExpr.hs-boot1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rename/RnExpr.hs-boot b/compiler/rename/RnExpr.hs-boot
index a944d7124e..b325eeb6f0 100644
--- a/compiler/rename/RnExpr.hs-boot
+++ b/compiler/rename/RnExpr.hs-boot
@@ -5,7 +5,6 @@ import NameSet ( FreeVars )
import TcRnTypes
import SrcLoc ( Located )
import Outputable ( Outputable )
-import HsExtension ( GhcPs, GhcRn )
rnLExpr :: LHsExpr GhcPs
-> RnM (LHsExpr GhcRn, FreeVars)