From: Simon Marlow Date: Tue, 24 Apr 2007 14:18:06 +0000 (+0000) Subject: DebuggerTys doesn't exist any more X-Git-Tag: 2007-05-06~113 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=fd9c8b7edda8512c147b2ff982129659ef39979d DebuggerTys doesn't exist any more --- diff --git a/compiler/ghci/Debugger.hs b/compiler/ghci/Debugger.hs index ea1e7f3..31f21a7 100644 --- a/compiler/ghci/Debugger.hs +++ b/compiler/ghci/Debugger.hs @@ -12,7 +12,6 @@ module Debugger (pprintClosureCommand) where -import qualified DebuggerTys import Linker import RtClosureInspect diff --git a/compiler/main/GHC.hs b/compiler/main/GHC.hs index c440eb4..57cf7bb 100644 --- a/compiler/main/GHC.hs +++ b/compiler/main/GHC.hs @@ -204,7 +204,6 @@ import Linker ( HValue ) import Data.Dynamic ( Dynamic ) import ByteCodeInstr -import DebuggerTys import IdInfo import HscMain ( hscParseIdentifier, hscTcExpr, hscKcType, hscStmt ) import BreakArray