From 70baf4b52081157086b1851be713902e89a0d23c Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 19 Dec 2002 09:37:32 +0000 Subject: [PATCH] [project @ 2002-12-19 09:37:32 by simonmar] oops, thought I compiled this before committing. Oh well. --- ghc/compiler/main/Main.hs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ghc/compiler/main/Main.hs b/ghc/compiler/main/Main.hs index 677c8a3..224a9cc 100644 --- a/ghc/compiler/main/Main.hs +++ b/ghc/compiler/main/Main.hs @@ -1,7 +1,7 @@ {-# OPTIONS -fno-warn-incomplete-patterns -optc-DNON_POSIX_SOURCE #-} ----------------------------------------------------------------------------- --- $Id: Main.hs,v 1.116 2002/12/18 16:29:30 simonmar Exp $ +-- $Id: Main.hs,v 1.117 2002/12/19 09:37:32 simonmar Exp $ -- -- GHC Driver program -- @@ -27,8 +27,9 @@ import CompManager ( cmInit, cmLoadModules, cmDepAnal ) import HscTypes ( GhciMode(..) ) import Config ( cBooterVersion, cGhcUnregisterised, cProjectVersion ) import SysTools ( getPackageConfigPath, initSysTools, cleanTempFiles ) -import Packages ( showPackages, getPackageConfigMap ) - +import Packages ( showPackages, getPackageConfigMap, basePackage, + haskell98Package + ) import DriverPipeline ( staticLink, doMkDLL, genPipeline, pipeLoop ) import DriverState ( buildCoreToDo, buildStgToDo, findBuildTag, -- 1.7.10.4