From: simonmar Date: Tue, 15 Oct 2002 12:56:03 +0000 (+0000) Subject: [project @ 2002-10-15 12:56:03 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~1541 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=0da818eea687f768d9e3cca513bea17e5b38caba;p=ghc-hetmet.git [project @ 2002-10-15 12:56:03 by simonmar] wibble --- diff --git a/ghc/compiler/main/DriverPipeline.hs b/ghc/compiler/main/DriverPipeline.hs index 6e3016a..1e573c2 100644 --- a/ghc/compiler/main/DriverPipeline.hs +++ b/ghc/compiler/main/DriverPipeline.hs @@ -1254,7 +1254,7 @@ doMkDLL o_files = do -- opts from -optdll- extra_ld_opts <- getStaticOpts v_Opt_dll - [rts_pkg] <- getPackageDetails [rtsPackage] + [rts_pkg, std_pkg] <- getPackageDetails [rtsPackage, preludePackage] let extra_os = if static || no_hs_main then []