summaryrefslogtreecommitdiff
path: root/compiler/GHC/HsToCore/Coverage.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/HsToCore/Coverage.hs')
-rw-r--r--compiler/GHC/HsToCore/Coverage.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler/GHC/HsToCore/Coverage.hs b/compiler/GHC/HsToCore/Coverage.hs
index 575bb51105..7bb1886bff 100644
--- a/compiler/GHC/HsToCore/Coverage.hs
+++ b/compiler/GHC/HsToCore/Coverage.hs
@@ -19,12 +19,12 @@ import GHCi.RemoteTypes
import Data.Array
import GHC.ByteCode.Types
import GHC.Stack.CCS
-import Type
+import GHC.Core.Type
import GHC.Hs
import Module
import Outputable
import GHC.Driver.Session
-import ConLike
+import GHC.Core.ConLike
import Control.Monad
import SrcLoc
import ErrUtils
@@ -39,7 +39,7 @@ import VarSet
import Data.List
import FastString
import GHC.Driver.Types
-import TyCon
+import GHC.Core.TyCon
import BasicTypes
import MonadUtils
import Maybes