From 105df06efb1baf570619541bb4b41fad4a14d4cc Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 15 Oct 2002 12:04:05 +0000 Subject: [PATCH] [project @ 2002-10-15 12:04:05 by simonmar] Don't use stdPackage (it has gone) --- ghc/compiler/main/DriverPipeline.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/main/DriverPipeline.hs b/ghc/compiler/main/DriverPipeline.hs index 72e326f..6e3016a 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, std_pkg] <- getPackageDetails [rtsPackage, stdPackage] + [rts_pkg] <- getPackageDetails [rtsPackage] let extra_os = if static || no_hs_main then [] -- 1.7.10.4