summaryrefslogtreecommitdiff
path: root/compiler/GHC/StgToCmm/Hpc.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/StgToCmm/Hpc.hs')
-rw-r--r--compiler/GHC/StgToCmm/Hpc.hs12
1 files changed, 7 insertions, 5 deletions
diff --git a/compiler/GHC/StgToCmm/Hpc.hs b/compiler/GHC/StgToCmm/Hpc.hs
index 77b1e0af47..707fe9725a 100644
--- a/compiler/GHC/StgToCmm/Hpc.hs
+++ b/compiler/GHC/StgToCmm/Hpc.hs
@@ -9,18 +9,20 @@
module GHC.StgToCmm.Hpc ( initHpc, mkTickBox ) where
import GHC.Prelude
+import GHC.Platform
+
+import GHC.Driver.Session
import GHC.StgToCmm.Monad
+import GHC.StgToCmm.Utils
-import GHC.Platform
import GHC.Cmm.Graph
import GHC.Cmm.Expr
import GHC.Cmm.CLabel
-import GHC.Unit.Module
import GHC.Cmm.Utils
-import GHC.StgToCmm.Utils
-import GHC.Driver.Types
-import GHC.Driver.Session
+
+import GHC.Unit.Module
+import GHC.Types.HpcInfo
import Control.Monad