summaryrefslogtreecommitdiff
path: root/compiler/typecheck/TcExpr.hs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/typecheck/TcExpr.hs-boot')
-rw-r--r--compiler/typecheck/TcExpr.hs-boot3
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/typecheck/TcExpr.hs-boot b/compiler/typecheck/TcExpr.hs-boot
index 25650e34fc..fa9523b6f0 100644
--- a/compiler/typecheck/TcExpr.hs-boot
+++ b/compiler/typecheck/TcExpr.hs-boot
@@ -2,7 +2,8 @@ module TcExpr where
import Name
import GHC.Hs ( HsExpr, LHsExpr, SyntaxExpr )
import TcType ( TcRhoType, TcSigmaType, SyntaxOpType, ExpType, ExpRhoType )
-import TcRnTypes( TcM, CtOrigin )
+import TcRnTypes( TcM )
+import TcOrigin ( CtOrigin )
import GHC.Hs.Extension ( GhcRn, GhcTcId )
tcPolyExpr ::