summaryrefslogtreecommitdiff
path: root/compiler/GHC/CoreToStg/Prep.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/CoreToStg/Prep.hs')
-rw-r--r--compiler/GHC/CoreToStg/Prep.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/GHC/CoreToStg/Prep.hs b/compiler/GHC/CoreToStg/Prep.hs
index edfe9cc363..300c95f6df 100644
--- a/compiler/GHC/CoreToStg/Prep.hs
+++ b/compiler/GHC/CoreToStg/Prep.hs
@@ -21,7 +21,7 @@ import GhcPrelude
import OccurAnal
-import HscTypes
+import GHC.Driver.Types
import PrelNames
import MkId ( realWorldPrimId )
import CoreUtils
@@ -50,7 +50,7 @@ import UniqSupply
import Maybes
import OrdList
import ErrUtils
-import DynFlags
+import GHC.Driver.Session
import Util
import Outputable
import FastString