diff options
Diffstat (limited to 'compiler/GHC/ByteCode')
-rw-r--r-- | compiler/GHC/ByteCode/Asm.hs | 4 | ||||
-rw-r--r-- | compiler/GHC/ByteCode/InfoTable.hs | 4 | ||||
-rw-r--r-- | compiler/GHC/ByteCode/Linker.hs | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/compiler/GHC/ByteCode/Asm.hs b/compiler/GHC/ByteCode/Asm.hs index 95e728c2a6..79b0bc2766 100644 --- a/compiler/GHC/ByteCode/Asm.hs +++ b/compiler/GHC/ByteCode/Asm.hs @@ -23,7 +23,7 @@ import GHC.ByteCode.Types import GHCi.RemoteTypes import GHC.Runtime.Interpreter -import HscTypes +import GHC.Driver.Types import Name import NameSet import Literal @@ -31,7 +31,7 @@ import TyCon import FastString import GHC.StgToCmm.Layout ( ArgRep(..) ) import GHC.Runtime.Heap.Layout -import DynFlags +import GHC.Driver.Session import Outputable import GHC.Platform import Util diff --git a/compiler/GHC/ByteCode/InfoTable.hs b/compiler/GHC/ByteCode/InfoTable.hs index 40a107756d..80a259d94d 100644 --- a/compiler/GHC/ByteCode/InfoTable.hs +++ b/compiler/GHC/ByteCode/InfoTable.hs @@ -13,8 +13,8 @@ import GhcPrelude import GHC.ByteCode.Types import GHC.Runtime.Interpreter -import DynFlags -import HscTypes +import GHC.Driver.Session +import GHC.Driver.Types import Name ( Name, getName ) import NameEnv import DataCon ( DataCon, dataConRepArgTys, dataConIdentity ) diff --git a/compiler/GHC/ByteCode/Linker.hs b/compiler/GHC/ByteCode/Linker.hs index 69bdb63a91..1e77b0967e 100644 --- a/compiler/GHC/ByteCode/Linker.hs +++ b/compiler/GHC/ByteCode/Linker.hs @@ -27,7 +27,7 @@ import SizedSeq import GHC.Runtime.Interpreter import GHC.ByteCode.Types -import HscTypes +import GHC.Driver.Types import Name import NameEnv import PrimOp |