X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fmain%2FDriverPipeline.hs;h=1e573c273b2cfb57bf7887d659477ef4e4d9d9dc;hb=0da818eea687f768d9e3cca513bea17e5b38caba;hp=6e3016a76737b3f3703423412ecd9e07f527ceed;hpb=5714a3171fb152b67684a6fb0415771f9e75e8aa;p=ghc-hetmet.git 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 []