Fix Linker import when BREAKPOINT is off
authorManuel M T Chakravarty <chak@cse.unsw.edu.au>
Thu, 21 Sep 2006 21:00:29 +0000 (21:00 +0000)
committerManuel M T Chakravarty <chak@cse.unsw.edu.au>
Thu, 21 Sep 2006 21:00:29 +0000 (21:00 +0000)
compiler/ghci/InteractiveUI.hs

index f7ff7ae..02fc10c 100644 (file)
@@ -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 )