[project @ 2004-08-18 13:16:28 by simonmar]
authorsimonmar <unknown>
Wed, 18 Aug 2004 13:16:28 +0000 (13:16 +0000)
committersimonmar <unknown>
Wed, 18 Aug 2004 13:16:28 +0000 (13:16 +0000)
Fix parse error in the generated package.conf

ghc/compiler/package.conf.in

index cfc0211..242865e 100644 (file)
@@ -41,7 +41,9 @@ Package {
         hs_libraries    = [ LIBRARY ],\r
        extra_libraries = [],\r
         c_includes      = [],\r
-        package_deps    = [ PACKAGE_DEPS ],\r
+        package_deps    = [ "base", "haskell98" ],\r
+               /* PACKAGE_DEPS doesn't work quite right here - it leaves\r
+                  a trailing comma */\r
         extra_ghc_opts  = [],\r
         extra_cc_opts   = [],\r
         extra_ld_opts   = []\r