diff options
Diffstat (limited to 'compiler/profiling/ProfInit.hs')
-rw-r--r-- | compiler/profiling/ProfInit.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/profiling/ProfInit.hs b/compiler/profiling/ProfInit.hs index 931299a655..f8dc8822ba 100644 --- a/compiler/profiling/ProfInit.hs +++ b/compiler/profiling/ProfInit.hs @@ -10,7 +10,7 @@ module ProfInit (profilingInitCode) where import GhcPrelude -import CLabel +import GHC.Cmm.CLabel import CostCentre import DynFlags import Outputable |