diff options
author | Luite Stegeman <stegeman@gmail.com> | 2021-01-27 11:48:42 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-03-20 07:49:15 -0400 |
commit | 7de3532f0317032f75b76150c5d3a6f76178be04 (patch) | |
tree | b2d75538bde38581bbb5447889e9810f47e51a0f /compiler/GHC/Stg/FVs.hs | |
parent | 0107f3568d060b4c979aa3740465c4f6ca4c2bba (diff) | |
download | haskell-7de3532f0317032f75b76150c5d3a6f76178be04.tar.gz |
Transfer tickish things to GHC.Types.Tickish
Metric Increase:
MultiLayerModules
Diffstat (limited to 'compiler/GHC/Stg/FVs.hs')
-rw-r--r-- | compiler/GHC/Stg/FVs.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Stg/FVs.hs b/compiler/GHC/Stg/FVs.hs index a3d8686507..62053001a6 100644 --- a/compiler/GHC/Stg/FVs.hs +++ b/compiler/GHC/Stg/FVs.hs @@ -49,7 +49,7 @@ import GHC.Prelude import GHC.Stg.Syntax import GHC.Types.Id import GHC.Types.Var.Set -import GHC.Core ( GenTickish(Breakpoint) ) +import GHC.Types.Tickish ( GenTickish(Breakpoint) ) import GHC.Utils.Misc import Data.Maybe ( mapMaybe ) |