summaryrefslogtreecommitdiff
path: root/compiler/GHC/HsToCore/Foreign/Decl.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/HsToCore/Foreign/Decl.hs')
-rw-r--r--compiler/GHC/HsToCore/Foreign/Decl.hs8
1 files changed, 4 insertions, 4 deletions
diff --git a/compiler/GHC/HsToCore/Foreign/Decl.hs b/compiler/GHC/HsToCore/Foreign/Decl.hs
index 686380ee39..e7f49191cf 100644
--- a/compiler/GHC/HsToCore/Foreign/Decl.hs
+++ b/compiler/GHC/HsToCore/Foreign/Decl.hs
@@ -26,16 +26,16 @@ import GHC.HsToCore.Foreign.Call
import GHC.HsToCore.Monad
import GHC.Hs
-import DataCon
+import GHC.Core.DataCon
import GHC.Core.Unfold
import Id
import Literal
import Module
import Name
-import Type
+import GHC.Core.Type
import GHC.Types.RepType
-import TyCon
-import Coercion
+import GHC.Core.TyCon
+import GHC.Core.Coercion
import TcEnv
import TcType