Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/043d70f080c214a4c80c0654a15e3016250ba1fa

>---------------------------------------------------------------

commit 043d70f080c214a4c80c0654a15e3016250ba1fa
Author: Simon Marlow <[email protected]>
Date:   Thu Aug 4 12:06:49 2011 +0100

    sanitise naming of package lists
    
    The *predicates* all start with "PKGS_THAT_...", e.g.:
    
      PKGS_THAT_BUILD_WITH_STAGE0   (previously "PACKAGES_STAGE0")
      PKGS_THAT_BUILD_WITH_STAGE2   (previously "STAGE2_PACKAGES")
      PKGS_THAT_USE_TH              (previously "TH_PACKAGES)
      etc. (there are a few more)
    
    the lists of packages to build are now consistently named:
    
      PACKAGES_STAGE0
      PACKAGES_STAGE1  (previously just "PACKAGES")
      PACKAGES_STAGE2

 boot       |    4 +-
 ghc.mk     |   93 +++++++++++++++++++++++++++++++----------------------------
 ghc/ghc.mk |    2 +-
 3 files changed, 52 insertions(+), 47 deletions(-)


Diff suppressed because of size. To see it, use:

    git show 043d70f080c214a4c80c0654a15e3016250ba1fa

_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to