Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/2145ffc452a64bae457a38276c81b60f22ddf161 >--------------------------------------------------------------- commit 2145ffc452a64bae457a38276c81b60f22ddf161 Author: Ian Lynagh <[email protected]> Date: Wed Sep 26 17:54:57 2012 +0100 Build old-time with stage2 It's no longer needed in order to build the compiler itself. >--------------------------------------------------------------- ghc.mk | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/ghc.mk b/ghc.mk index 6f57f30..2118202 100644 --- a/ghc.mk +++ b/ghc.mk @@ -322,7 +322,8 @@ PKGS_THAT_ARE_DPH := \ # Packages that, if present, must be built by the stage2 compiler, # because they use TH and/or annotations, or depend on other stage2 # packages: -PKGS_THAT_BUILD_WITH_STAGE2 := $(PKGS_THAT_ARE_DPH) haskell98 haskell2010 +PKGS_THAT_BUILD_WITH_STAGE2 := \ + $(PKGS_THAT_ARE_DPH) old-time haskell98 haskell2010 # Packages that we shouldn't build if we don't have TH (e.g. because # we're building a profiled compiler): _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
