summaryrefslogtreecommitdiff
path: root/compiler/GHC/StgToCmm/Expr.hs
diff options
context:
space:
mode:
authorLuite Stegeman <stegeman@gmail.com>2021-01-27 11:48:42 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-03-20 07:49:15 -0400
commit7de3532f0317032f75b76150c5d3a6f76178be04 (patch)
treeb2d75538bde38581bbb5447889e9810f47e51a0f /compiler/GHC/StgToCmm/Expr.hs
parent0107f3568d060b4c979aa3740465c4f6ca4c2bba (diff)
downloadhaskell-7de3532f0317032f75b76150c5d3a6f76178be04.tar.gz
Transfer tickish things to GHC.Types.Tickish
Metric Increase: MultiLayerModules
Diffstat (limited to 'compiler/GHC/StgToCmm/Expr.hs')
-rw-r--r--compiler/GHC/StgToCmm/Expr.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/GHC/StgToCmm/Expr.hs b/compiler/GHC/StgToCmm/Expr.hs
index 8047571d9f..1b57fc3813 100644
--- a/compiler/GHC/StgToCmm/Expr.hs
+++ b/compiler/GHC/StgToCmm/Expr.hs
@@ -46,6 +46,7 @@ import GHC.Core.TyCon
import GHC.Core.Type ( isUnliftedType )
import GHC.Types.RepType ( isVoidTy, countConRepArgs )
import GHC.Types.CostCentre ( CostCentreStack, currentCCS )
+import GHC.Types.Tickish
import GHC.Data.Maybe
import GHC.Utils.Misc
import GHC.Data.FastString