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 0b2ce71122..5ad6a2c6f0 100644 --- a/compiler/GHC/Runtime/Debugger.hs +++ b/compiler/GHC/Runtime/Debugger.hs @@ -30,7 +30,7 @@ import Name import Var hiding ( varName ) import VarSet import UniqSet -import Type +import GHC.Core.Type import GHC import Outputable import GHC.Core.Ppr.TyThing |