[project @ 2001-11-02 10:35:14 by simonpj]
[ghc-hetmet.git] / ghc / driver / PackageSrc.hs
index 6fcec81..465047b 100644 (file)
@@ -154,7 +154,7 @@ package_details installing
                             ,
        extra_libraries   = [ "HSstd_cbits" ] ++
 #                           ifdef mingw32_TARGET_OS
-                            [ "wsock32", "msvcrt" ]
+                            [ "wsock32", "msvcrt", "kernel32" ]
 #                           else
                             [ ]
 #                           endif
@@ -406,25 +406,6 @@ package_details installing
          extra_ghc_opts = [],
          extra_cc_opts  = [],
          extra_ld_opts  = []
-        },
-
-         Package {
-         name           = "com",
-         import_dirs    = if installing
-                             then [ "$libdir/imports/com" ]
-                             else [ "$libdir/hdirect/lib" ],
-         source_dirs    = [],
-         library_dirs   = if installing
-                             then [ "$libdir" ]
-                             else [ "$libdir/hdirect/lib" ],
-         hs_libraries      = [ "HScom" ],
-        extra_libraries   = [ "user32",  "ole32",  "oleaut32", "advapi32" ],
-         include_dirs   = [],
-         c_includes     = [],           -- ???
-         package_deps   = [ "lang" ],
-         extra_ghc_opts = [],
-         extra_cc_opts  = [],
-         extra_ld_opts  = []
         }
 #endif