diff options
author | Ian Lynagh <igloo@earth.li> | 2010-11-17 15:52:59 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2010-11-17 15:52:59 +0000 |
commit | d78bbf92ef95e687d7706f44acfce91cd39eea60 (patch) | |
tree | 7551fba104385e60bd07c36e7e2037eeb11a7eb5 | |
parent | 8350c21760d8610b0b2f329095ffb80bb1bc20d9 (diff) | |
download | haskell-d78bbf92ef95e687d7706f44acfce91cd39eea60.tar.gz |
Build random with the stage2 compiler
-rw-r--r-- | ghc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |