[Hackage] #644: Equivalent of autoconf's --without-bla

Hackage trac at galois.com
Wed Mar 17 16:10:25 EDT 2010


#644: Equivalent of autoconf's --without-bla
----------------------------+-----------------------------------------------
  Reporter:  Eelis          |        Owner:            
      Type:  enhancement    |       Status:  closed    
  Priority:  normal         |    Milestone:            
 Component:  Cabal library  |      Version:  1.6.0.1   
  Severity:  normal         |   Resolution:  worksforme
  Keywords:                 |   Difficulty:  unknown   
Ghcversion:                 |     Platform:            
----------------------------+-----------------------------------------------
Changes (by igloo):

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


Comment:

 You can do this with a Cabal flag, e.g.
 {{{
 flag buildExe
   description: Should we build the executable?
   default: True
   manual: True
 }}}
 and then I think it's `--flag -buildExe` if you don't want to build th
 executable.

-- 
Ticket URL: <http://hackage.haskell.org/trac/hackage/ticket/644#comment:1>
Hackage <http://haskell.org/cabal/>
Hackage: Cabal and related projects



More information about the cabal-devel mailing list