summaryrefslogtreecommitdiff
path: root/compiler/typecheck/TcForeign.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/typecheck/TcForeign.hs')
-rw-r--r--compiler/typecheck/TcForeign.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/typecheck/TcForeign.hs b/compiler/typecheck/TcForeign.hs
index 3684061642..fb17250806 100644
--- a/compiler/typecheck/TcForeign.hs
+++ b/compiler/typecheck/TcForeign.hs
@@ -55,12 +55,12 @@ import DataCon
import TyCon
import TcType
import PrelNames
-import DynFlags
+import GHC.Driver.Session
import Outputable
import GHC.Platform
import SrcLoc
import Bag
-import Hooks
+import GHC.Driver.Hooks
import qualified GHC.LanguageExtensions as LangExt
import Control.Monad