X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc.mk;h=d2e4e3589beb0899ad70fbdf963a9248f07dc9ab;hb=8287e2325f56a6ce7f855f4aeb1e975f64717720;hp=53b859da77992aaff070c3ba6ca5c63143ddba0d;hpb=dd47428295d89eb6bbf91316ac4f5a6e98b1ec70;p=ghc-hetmet.git diff --git a/ghc.mk b/ghc.mk index 53b859d..d2e4e35 100644 --- a/ghc.mk +++ b/ghc.mk @@ -139,6 +139,7 @@ endif # ----------------------------------------------------------------------------- # Utility definitions +include rules/prof.mk include rules/trace.mk include rules/make-command.mk @@ -307,7 +308,7 @@ TH_PACKAGES := $(DPH_PACKAGES) # # We assume that the stage0 compiler has a suitable bytestring package, # so we don't have to include it below. -STAGE0_PACKAGES = Cabal hpc extensible-exceptions binary bin-package-db +STAGE0_PACKAGES = Cabal hpc extensible-exceptions binary bin-package-db hoopl # These packages are installed, but are installed hidden # Why install them at all? Because the 'ghc' package depends on them @@ -390,6 +391,7 @@ $(eval $(call addPackage,template-haskell)) $(eval $(call addPackage,Cabal)) $(eval $(call addPackage,binary)) $(eval $(call addPackage,bin-package-db)) +$(eval $(call addPackage,hoopl)) $(eval $(call addPackage,mtl)) $(eval $(call addPackage,utf8-string)) $(eval $(call addPackage,xhtml)) @@ -674,6 +676,7 @@ $(eval $(call build-package,libraries/extensible-exceptions,dist-boot,0)) $(eval $(call build-package,libraries/Cabal,dist-boot,0)) $(eval $(call build-package,libraries/binary,dist-boot,0)) $(eval $(call build-package,libraries/bin-package-db,dist-boot,0)) +$(eval $(call build-package,libraries/hoopl,dist-boot,0)) # register the boot packages in strict sequence, because running # multiple ghc-pkgs in parallel doesn't work (registrations may get