[GHC] #7841: Stage1Only conditional program/package building

GHC cvs-ghc at haskell.org
Sun Apr 21 21:51:12 CEST 2013


#7841: Stage1Only conditional program/package building
-------------------------------+--------------------------------------------
  Reporter:  elliottt          |          Owner:                  
      Type:  feature request   |         Status:  closed          
  Priority:  normal            |      Milestone:                  
 Component:  Build System      |        Version:  7.7             
Resolution:  worksforme        |       Keywords:  Stage1Only      
        Os:  Unknown/Multiple  |   Architecture:  Unknown/Multiple
   Failure:  None/Unknown      |     Difficulty:  Unknown         
  Testcase:                    |      Blockedby:                  
  Blocking:                    |        Related:                  
-------------------------------+--------------------------------------------
Changes (by igloo):

  * status:  patch => closed
  * resolution:  => worksforme


Comment:

 Thanks for the patch.

 However, we already have variables like `libraries/base_dist-
 install_NOT_NEEDED` and `ghc_stage2_NOT_NEEDED` which I think are designed
 to do the same thing as your `disable-*` variables.

 The variables you set also look wrong to me, e.g. you define `disable-
 libraries/array-2` but we never build the array package with stage 2.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7841#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler



More information about the ghc-tickets mailing list