summaryrefslogtreecommitdiff
path: root/compiler/ghci/Debugger.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/ghci/Debugger.hs')
-rw-r--r--compiler/ghci/Debugger.hs5
1 files changed, 1 insertions, 4 deletions
diff --git a/compiler/ghci/Debugger.hs b/compiler/ghci/Debugger.hs
index 9f38313901..141a513f45 100644
--- a/compiler/ghci/Debugger.hs
+++ b/compiler/ghci/Debugger.hs
@@ -15,23 +15,20 @@ module Debugger (pprintClosureCommand, showTerm, pprTypeAndContents) where
import Linker
import RtClosureInspect
+import GhcMonad
import HscTypes
import Id
import Name
import Var hiding ( varName )
import VarSet
--- import Name
import UniqSupply
import TcType
import GHC
--- import DynFlags
import InteractiveEval
import Outputable
--- import SrcLoc
import PprTyThing
import MonadUtils
--- import Exception
import Control.Monad
import Data.List
import Data.Maybe