X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fpackage.conf.in;fp=ghc%2Fcompiler%2Fpackage.conf.in;h=242865e3f2bddd8d2022ab293a9e0c9dff6d4082;hb=65d6f595de24d183da826dc8ee5a80b57a5ae0f3;hp=cfc021134cb4eef484a3e4ae52e39639f9f5beef;hpb=77cfaa5ca8f41a43db39314d68e9d0051e911041;p=ghc-hetmet.git 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 = []