diff options
author | simonmar <unknown> | 2002-12-19 09:37:32 +0000 |
---|---|---|
committer | simonmar <unknown> | 2002-12-19 09:37:32 +0000 |
commit | 70baf4b52081157086b1851be713902e89a0d23c (patch) | |
tree | 0cd7499d701bc4fc08c1fa23289c86b3fd4faed8 /ghc/compiler/main/Main.hs | |
parent | ab63ff1b4bfa471303e826021d124ad4d05b3314 (diff) | |
download | haskell-70baf4b52081157086b1851be713902e89a0d23c.tar.gz |
[project @ 2002-12-19 09:37:32 by simonmar]
oops, thought I compiled this before committing. Oh well.
Diffstat (limited to 'ghc/compiler/main/Main.hs')
-rw-r--r-- | ghc/compiler/main/Main.hs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ghc/compiler/main/Main.hs b/ghc/compiler/main/Main.hs index 677c8a3cf6..224a9cc0fc 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, |