DebuggerTys doesn't exist any more
authorSimon Marlow <simonmar@microsoft.com>
Tue, 24 Apr 2007 14:18:06 +0000 (14:18 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Tue, 24 Apr 2007 14:18:06 +0000 (14:18 +0000)
compiler/ghci/Debugger.hs
compiler/main/GHC.hs

index ea1e7f3..31f21a7 100644 (file)
@@ -12,7 +12,6 @@
 
 module Debugger (pprintClosureCommand) where
 
-import qualified DebuggerTys
 import Linker
 import RtClosureInspect
 
index c440eb4..57cf7bb 100644 (file)
@@ -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