summaryrefslogtreecommitdiff
path: root/compiler/types/InstEnv.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/types/InstEnv.hs')
-rw-r--r--compiler/types/InstEnv.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/types/InstEnv.hs b/compiler/types/InstEnv.hs
index 94cabfb724..67325558b6 100644
--- a/compiler/types/InstEnv.hs
+++ b/compiler/types/InstEnv.hs
@@ -35,7 +35,7 @@ import GhcPrelude
import TcType -- InstEnv is really part of the type checker,
-- and depends on TcType in many ways
-import CoreSyn ( IsOrphan(..), isOrphan, chooseOrphanAnchor )
+import GHC.Core ( IsOrphan(..), isOrphan, chooseOrphanAnchor )
import Module
import Class
import Var