From: simonmar Date: Wed, 18 Aug 2004 13:16:28 +0000 (+0000) Subject: [project @ 2004-08-18 13:16:28 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~1717 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=65d6f595de24d183da826dc8ee5a80b57a5ae0f3;hp=77cfaa5ca8f41a43db39314d68e9d0051e911041;p=ghc-hetmet.git [project @ 2004-08-18 13:16:28 by simonmar] Fix parse error in the generated package.conf --- diff --git a/ghc/compiler/package.conf.in b/ghc/compiler/package.conf.in index cfc0211..242865e 100644 --- a/ghc/compiler/package.conf.in +++ b/ghc/compiler/package.conf.in @@ -41,7 +41,9 @@ Package { hs_libraries = [ LIBRARY ], extra_libraries = [], c_includes = [], - package_deps = [ PACKAGE_DEPS ], + package_deps = [ "base", "haskell98" ], + /* PACKAGE_DEPS doesn't work quite right here - it leaves + a trailing comma */ extra_ghc_opts = [], extra_cc_opts = [], extra_ld_opts = []