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.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler/GHC/HsToCore/Foreign/Decl.hs b/compiler/GHC/HsToCore/Foreign/Decl.hs
index de14f6ee12..dc569bdbfa 100644
--- a/compiler/GHC/HsToCore/Foreign/Decl.hs
+++ b/compiler/GHC/HsToCore/Foreign/Decl.hs
@@ -41,7 +41,7 @@ import TcType
import GHC.Cmm.Expr
import GHC.Cmm.Utils
-import HscTypes
+import GHC.Driver.Types
import ForeignCall
import TysWiredIn
import TysPrim
@@ -50,11 +50,11 @@ import BasicTypes
import SrcLoc
import Outputable
import FastString
-import DynFlags
+import GHC.Driver.Session
import GHC.Platform
import OrdList
import Util
-import Hooks
+import GHC.Driver.Hooks
import Encoding
import Data.Maybe