summaryrefslogtreecommitdiff
path: root/compiler/GHC/Stg/Syntax.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Stg/Syntax.hs')
-rw-r--r--compiler/GHC/Stg/Syntax.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/GHC/Stg/Syntax.hs b/compiler/GHC/Stg/Syntax.hs
index 5f52784cb8..eee0e6c6b2 100644
--- a/compiler/GHC/Stg/Syntax.hs
+++ b/compiler/GHC/Stg/Syntax.hs
@@ -69,14 +69,14 @@ import Data.ByteString ( ByteString )
import Data.Data ( Data )
import Data.List ( intersperse )
import DataCon
-import DynFlags
+import GHC.Driver.Session
import ForeignCall ( ForeignCall )
import Id
import VarSet
import Literal ( Literal, literalType )
import Module ( Module )
import Outputable
-import Packages ( isDllName )
+import GHC.Driver.Packages ( isDllName )
import GHC.Platform
import PprCore ( {- instances -} )
import PrimOp ( PrimOp, PrimCall )