[project @ 2004-08-18 13:16:28 by simonmar]
[ghc-hetmet.git] / ghc / compiler / package.conf.in
index 0532d8b..242865e 100644 (file)
@@ -28,6 +28,7 @@ Package {
                           FPTOOLS_TOP_ABS"/ghc/compiler/stage1/ndpFlatten",\r
                           FPTOOLS_TOP_ABS"/ghc/compiler/stage1/cbits",\r
                           FPTOOLS_TOP_ABS"/ghc/compiler/stage1/iface",\r
+                          FPTOOLS_TOP_ABS"/ghc/compiler/stage1/cmm",\r
                           FPTOOLS_TOP_ABS"/ghc/compiler/stage1/nativeGen" ],\r
 #endif\r
         source_dirs    = [],\r
@@ -40,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