From 65d6f595de24d183da826dc8ee5a80b57a5ae0f3 Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 18 Aug 2004 13:16:28 +0000 Subject: [PATCH 1/1] [project @ 2004-08-18 13:16:28 by simonmar] Fix parse error in the generated package.conf --- ghc/compiler/package.conf.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 = [] -- 1.7.10.4