diff options
Diffstat (limited to 'compiler/GHC/Cmm/CLabel.hs')
-rw-r--r-- | compiler/GHC/Cmm/CLabel.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/GHC/Cmm/CLabel.hs b/compiler/GHC/Cmm/CLabel.hs index 8cac0aa5dd..f3cf8019d0 100644 --- a/compiler/GHC/Cmm/CLabel.hs +++ b/compiler/GHC/Cmm/CLabel.hs @@ -118,7 +118,7 @@ import GhcPrelude import IdInfo import BasicTypes import {-# SOURCE #-} GHC.Cmm.BlockId (BlockId, mkBlockId) -import Packages +import GHC.Driver.Packages import Module import Name import Unique @@ -126,7 +126,7 @@ import PrimOp import CostCentre import Outputable import FastString -import DynFlags +import GHC.Driver.Session import GHC.Platform import UniqSet import Util |