From 0da140970c7e9af7cb71630548b1f9712e1f6b7e Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 22 Jan 2002 13:04:13 +0000 Subject: [PATCH] [project @ 2002-01-22 13:04:13 by simonmar] Import wibbles --- ghc/compiler/ghci/InteractiveUI.hs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ghc/compiler/ghci/InteractiveUI.hs b/ghc/compiler/ghci/InteractiveUI.hs index 040f2cc..c1c16db 100644 --- a/ghc/compiler/ghci/InteractiveUI.hs +++ b/ghc/compiler/ghci/InteractiveUI.hs @@ -1,6 +1,6 @@ {-# OPTIONS -#include "Linker.h" -#include "SchedAPI.h" #-} ----------------------------------------------------------------------------- --- $Id: InteractiveUI.hs,v 1.106 2002/01/09 12:41:47 simonmar Exp $ +-- $Id: InteractiveUI.hs,v 1.107 2002/01/22 13:04:13 simonmar Exp $ -- -- GHC Interactive User Interface -- @@ -15,11 +15,10 @@ module InteractiveUI ( interactiveUI, ghciWelcomeMsg ) where import Packages import CompManager import HscTypes ( TyThing(..) ) -import MkIface -import ByteCodeLink +import MkIface ( ifaceTyThing ) import DriverFlags import DriverState -import DriverUtil +import DriverUtil ( handle, remove_spaces ) import Linker import Finder ( flushPackageCache ) import Util @@ -34,7 +33,8 @@ import Name ( Name, isHomePackageName, nameSrcLoc, nameOccName, import OccName ( isSymOcc ) import BasicTypes ( defaultFixity ) import Outputable -import CmdLineOpts ( DynFlag(..), getDynFlags, saveDynFlags, restoreDynFlags, dopt_unset ) +import CmdLineOpts ( DynFlag(..), getDynFlags, saveDynFlags, restoreDynFlags, + dopt_unset ) import Panic ( GhcException(..), showGhcException ) import Config -- 1.7.10.4