diff options
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 f878124a18..6bd219d7a3 100644 --- a/compiler/GHC/Stg/FVs.hs +++ b/compiler/GHC/Stg/FVs.hs @@ -47,7 +47,7 @@ import GhcPrelude import GHC.Stg.Syntax import Id import VarSet -import CoreSyn ( Tickish(Breakpoint) ) +import GHC.Core ( Tickish(Breakpoint) ) import Outputable import Util |