[project @ 2002-10-15 12:04:05 by simonmar]
authorsimonmar <unknown>
Tue, 15 Oct 2002 12:04:05 +0000 (12:04 +0000)
committersimonmar <unknown>
Tue, 15 Oct 2002 12:04:05 +0000 (12:04 +0000)
Don't use stdPackage (it has gone)

ghc/compiler/main/DriverPipeline.hs

index 72e326f..6e3016a 100644 (file)
@@ -1254,7 +1254,7 @@ doMkDLL o_files = do
        -- opts from -optdll-<blah>
     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 []