[project @ 2001-08-23 08:45:50 by rrt]
authorrrt <unknown>
Thu, 23 Aug 2001 08:45:50 +0000 (08:45 +0000)
committerrrt <unknown>
Thu, 23 Aug 2001 08:45:50 +0000 (08:45 +0000)
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.

ghc/driver/PackageSrc.hs

index 1745809..5c9d3e4 100644 (file)
@@ -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  = []