summaryrefslogtreecommitdiff
path: root/compiler/GHC/HsToCore/Foreign/Call.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/HsToCore/Foreign/Call.hs')
-rw-r--r--compiler/GHC/HsToCore/Foreign/Call.hs8
1 files changed, 4 insertions, 4 deletions
diff --git a/compiler/GHC/HsToCore/Foreign/Call.hs b/compiler/GHC/HsToCore/Foreign/Call.hs
index 72b3d996f0..705101caf3 100644
--- a/compiler/GHC/HsToCore/Foreign/Call.hs
+++ b/compiler/GHC/HsToCore/Foreign/Call.hs
@@ -31,16 +31,16 @@ import GHC.Core.Utils
import GHC.Core.Make
import MkId
import ForeignCall
-import DataCon
+import GHC.Core.DataCon
import GHC.HsToCore.Utils
import TcType
-import Type
+import GHC.Core.Type
import Id ( Id )
-import Coercion
+import GHC.Core.Coercion
import PrimOp
import TysPrim
-import TyCon
+import GHC.Core.TyCon
import TysWiredIn
import BasicTypes
import Literal