From e56b68fa613a30e8c9287732320087be362345e0 Mon Sep 17 00:00:00 2001 From: Manuel M T Chakravarty Date: Thu, 21 Sep 2006 21:00:29 +0000 Subject: [PATCH] Fix Linker import when BREAKPOINT is off --- compiler/ghci/InteractiveUI.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/ghci/InteractiveUI.hs b/compiler/ghci/InteractiveUI.hs index f7ff7ae..02fc10c 100644 --- a/compiler/ghci/InteractiveUI.hs +++ b/compiler/ghci/InteractiveUI.hs @@ -26,7 +26,7 @@ import TcType ( tidyTopType ) import qualified Id ( setIdType ) import IdInfo ( GlobalIdDetails(..) ) import Linker ( HValue, extendLinkEnv, withExtendedLinkEnv, - initDynLinker, linkPackages ) + initDynLinker ) import PrelNames ( breakpointJumpName, breakpointCondJumpName ) #endif @@ -56,7 +56,7 @@ import BasicTypes ( failed, successIf ) import Panic ( panic, installSignalHandlers ) import Config import StaticFlags ( opt_IgnoreDotGhci ) -import Linker ( showLinkerState ) +import Linker ( showLinkerState, linkPackages ) import Util ( removeSpaces, handle, global, toArgs, looksLikeModuleName, prefixMatch, sortLe ) -- 1.7.10.4