X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fghci%2FDebugger.hs;h=86331da887dc867e2ffdc0e48ae5b72fc2dd08e8;hb=9608803049b49cacef9c452d079693a1111be036;hp=c0ac9d3166307295d4ba0c03795216d1e25710c7;hpb=e314b86f6290e5440a46cd5cc29f7878cb78c6fb;p=ghc-hetmet.git diff --git a/compiler/ghci/Debugger.hs b/compiler/ghci/Debugger.hs index c0ac9d3..86331da 100644 --- a/compiler/ghci/Debugger.hs +++ b/compiler/ghci/Debugger.hs @@ -17,7 +17,7 @@ import RtClosureInspect import HscTypes import IdInfo ---import Id +import Id import Name import Var hiding ( varName ) import VarSet @@ -31,7 +31,7 @@ import Outputable import SrcLoc import PprTyThing -import Control.Exception +import Exception import Control.Monad import Data.List import Data.Maybe