X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fpackage.conf.in;h=242865e3f2bddd8d2022ab293a9e0c9dff6d4082;hb=65d6f595de24d183da826dc8ee5a80b57a5ae0f3;hp=0532d8b782b1cc62100169010ea2a671cc68a514;hpb=c5e0b4c1d226bc78a73e2f04ad321473059a890f;p=ghc-hetmet.git diff --git a/ghc/compiler/package.conf.in b/ghc/compiler/package.conf.in index 0532d8b..242865e 100644 --- a/ghc/compiler/package.conf.in +++ b/ghc/compiler/package.conf.in @@ -28,6 +28,7 @@ Package { FPTOOLS_TOP_ABS"/ghc/compiler/stage1/ndpFlatten", FPTOOLS_TOP_ABS"/ghc/compiler/stage1/cbits", FPTOOLS_TOP_ABS"/ghc/compiler/stage1/iface", + FPTOOLS_TOP_ABS"/ghc/compiler/stage1/cmm", FPTOOLS_TOP_ABS"/ghc/compiler/stage1/nativeGen" ], #endif source_dirs = [], @@ -40,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 = []