X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=ghc.mk;h=42e2ad6cfc973c5e274222bd442afb97c7689eda;hp=91bf43d6fe047d358b9a95e9418e41624163a856;hb=75d172aa49ec59699f52837eb4c6ea8abc27a03e;hpb=4d20bc6a4159b6b6747b581a60589861e31a236d diff --git a/ghc.mk b/ghc.mk index 91bf43d..42e2ad6 100644 --- a/ghc.mk +++ b/ghc.mk @@ -299,7 +299,7 @@ DPH_PACKAGES := dph/dph-base dph/dph-prim-interface dph/dph-prim-seq \ # Packages that, if present, must be built by the stage2 compiler, # because they use TH and/or annotations, or depend on other stage2 # packages: -STAGE2_PACKAGES := $(DPH_PACKAGES) haskell98 haskell2010 +STAGE2_PACKAGES := $(DPH_PACKAGES) haskell98 haskell2010 random # Packages that we shouldn't build if we don't have TH (e.g. because # we're building a profiled compiler): TH_PACKAGES := $(DPH_PACKAGES)