Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
Source project has a limited visibility.
  • Simon Marlow's avatar
    043d70f0
    sanitise naming of package lists · 043d70f0
    Simon Marlow authored
    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
    043d70f0
    History
    sanitise naming of package lists
    Simon Marlow authored
    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
Code owners
Assign users and groups as approvers for specific file changes. Learn more.