X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fghci%2FDebugger.hs;h=55ac4c0b18c95ca06cf3db564895999b275c5c39;hp=9f3831390197e5fe62af8300d7d1814d227da02a;hb=6f60f1f541cafdb3bfdd71d48eb9dd7f0a708bda;hpb=a40f2735958055f7ff94e5df73e710044aa63b2c diff --git a/compiler/ghci/Debugger.hs b/compiler/ghci/Debugger.hs index 9f38313..55ac4c0 100644 --- a/compiler/ghci/Debugger.hs +++ b/compiler/ghci/Debugger.hs @@ -15,23 +15,19 @@ 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