diff options
Diffstat (limited to 'compiler/GHC/Runtime/Debugger.hs')
-rw-r--r-- | compiler/GHC/Runtime/Debugger.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Runtime/Debugger.hs b/compiler/GHC/Runtime/Debugger.hs index 177a83ea8b..0b2ce71122 100644 --- a/compiler/GHC/Runtime/Debugger.hs +++ b/compiler/GHC/Runtime/Debugger.hs @@ -33,7 +33,7 @@ import UniqSet import Type import GHC import Outputable -import PprTyThing +import GHC.Core.Ppr.TyThing import ErrUtils import MonadUtils import GHC.Driver.Session |