From: rrt Date: Thu, 23 Aug 2001 08:45:50 +0000 (+0000) Subject: [project @ 2001-08-23 08:45:50 by rrt] X-Git-Tag: Approximately_9120_patches~1113 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=dc2d5709973e3bc9de1e15b2b787d2868c2f8877;p=ghc-hetmet.git [project @ 2001-08-23 08:45:50 by rrt] Remove dependency of win32 on greencard (because the latter is merged into the former). This is a temporary hack until the greencard library is added to the new libraries. --- diff --git a/ghc/driver/PackageSrc.hs b/ghc/driver/PackageSrc.hs index 1745809..5c9d3e4 100644 --- a/ghc/driver/PackageSrc.hs +++ b/ghc/driver/PackageSrc.hs @@ -401,7 +401,7 @@ package_details installing extra_libraries = [ "user32", "gdi32", "winmm" ], include_dirs = [], c_includes = [], -- ??? - package_deps = [ "lang", "greencard" ], + package_deps = [ "lang" ], -- greencard now built in extra_ghc_opts = [], extra_cc_opts = [], extra_ld_opts = []