From fd9c8b7edda8512c147b2ff982129659ef39979d Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Tue, 24 Apr 2007 14:18:06 +0000 Subject: [PATCH] DebuggerTys doesn't exist any more --- compiler/ghci/Debugger.hs | 1 - compiler/main/GHC.hs | 1 - 2 files changed, 2 deletions(-) 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 -- 1.7.10.4