summaryrefslogtreecommitdiff
path: root/compiler/GHC/Types/CostCentre/State.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Types/CostCentre/State.hs')
-rw-r--r--compiler/GHC/Types/CostCentre/State.hs8
1 files changed, 4 insertions, 4 deletions
diff --git a/compiler/GHC/Types/CostCentre/State.hs b/compiler/GHC/Types/CostCentre/State.hs
index 51c364f776..f53034d700 100644
--- a/compiler/GHC/Types/CostCentre/State.hs
+++ b/compiler/GHC/Types/CostCentre/State.hs
@@ -9,12 +9,12 @@ module GHC.Types.CostCentre.State
)
where
-import GhcPrelude
-import FastString
-import FastStringEnv
+import GHC.Prelude
+import GHC.Data.FastString
+import GHC.Data.FastString.Env
import Data.Data
-import Binary
+import GHC.Utils.Binary
-- | Per-module state for tracking cost centre indices.
--