From 0ed635befe3cefab52d60ed06fc36668a9795e52 Mon Sep 17 00:00:00 2001 From: "Michael D. Adams" Date: Wed, 22 Aug 2007 18:36:32 +0000 Subject: [PATCH] Build fix: modBreaks -> modBreaks_decls modbreaks --- compiler/main/InteractiveEval.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/main/InteractiveEval.hs b/compiler/main/InteractiveEval.hs index 9c28c84..3530d78 100644 --- a/compiler/main/InteractiveEval.hs +++ b/compiler/main/InteractiveEval.hs @@ -177,7 +177,7 @@ findEnclosingDeclSpanByTick hsc_env mod tick = Nothing -> panic "findEnclosingDecl" Just hmi -> let modbreaks = md_modBreaks (hm_details hmi) - in ASSERT (inRange (bounds modBreaks) tick) + in ASSERT (inRange (bounds (modBreaks_decls modbreaks)) tick) modBreaks_decls modbreaks ! tick -- | Find the Module corresponding to a FilePath -- 1.7.10.4