summaryrefslogtreecommitdiff
path: root/compiler/typecheck/ClsInst.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/typecheck/ClsInst.hs')
-rw-r--r--compiler/typecheck/ClsInst.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/typecheck/ClsInst.hs b/compiler/typecheck/ClsInst.hs
index 41874f1807..b112bff74a 100644
--- a/compiler/typecheck/ClsInst.hs
+++ b/compiler/typecheck/ClsInst.hs
@@ -32,7 +32,7 @@ import PrelNames
import Id
import Type
-import MkCore ( mkStringExprFS, mkNaturalExpr )
+import GHC.Core.Make ( mkStringExprFS, mkNaturalExpr )
import Name ( Name, pprDefinedAt )
import VarEnv ( VarEnv )