diff options
Diffstat (limited to 'compiler/GHC/Runtime/Debugger.hs')
-rw-r--r-- | compiler/GHC/Runtime/Debugger.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler/GHC/Runtime/Debugger.hs b/compiler/GHC/Runtime/Debugger.hs index 9443ff9421..177a83ea8b 100644 --- a/compiler/GHC/Runtime/Debugger.hs +++ b/compiler/GHC/Runtime/Debugger.hs @@ -21,8 +21,8 @@ import GHC.Runtime.Heap.Inspect import GHC.Runtime.Interpreter import GHCi.RemoteTypes -import GhcMonad -import HscTypes +import GHC.Driver.Monad +import GHC.Driver.Types import Id import GHC.Iface.Syntax ( showToHeader ) import GHC.Iface.Env ( newInteractiveBinder ) @@ -36,7 +36,7 @@ import Outputable import PprTyThing import ErrUtils import MonadUtils -import DynFlags +import GHC.Driver.Session import Exception import Control.Monad |