diff options
Diffstat (limited to 'compiler/GHC/CoreToByteCode.hs')
-rw-r--r-- | compiler/GHC/CoreToByteCode.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/GHC/CoreToByteCode.hs b/compiler/GHC/CoreToByteCode.hs index 318364fd7c..a2b18601ca 100644 --- a/compiler/GHC/CoreToByteCode.hs +++ b/compiler/GHC/CoreToByteCode.hs @@ -22,7 +22,7 @@ import GHC.Runtime.Interpreter import GHCi.FFI import GHCi.RemoteTypes import BasicTypes -import DynFlags +import GHC.Driver.Session import Outputable import GHC.Platform import Name @@ -30,7 +30,7 @@ import MkId import Id import Var ( updateVarType ) import ForeignCall -import HscTypes +import GHC.Driver.Types import CoreUtils import CoreSyn import PprCore |