[Hackage] #337: --disable-split-objs has wrong help string

Hackage trac at galois.com
Fri Aug 22 18:14:01 EDT 2008


#337: --disable-split-objs has wrong help string
----------------------------+-----------------------------------------------
  Reporter:  guest          |        Owner:         
      Type:  defect         |       Status:  new    
  Priority:  normal         |    Milestone:         
 Component:  Cabal library  |      Version:  1.2.3.0
  Severity:  normal         |     Keywords:         
Difficulty:  normal         |   Ghcversion:  6.8.3  
  Platform:  Mac OS         |  
----------------------------+-----------------------------------------------
 I did:

 $ ./Setup.lhs configure --help

 ...

           --enable-split-objs            split library into smaller
 objects to
                                          reduce binary sizes (GHC 6.6+)
           --disable-split-objs           split library into smaller
 objects to
                                          reduce binary sizes (GHC 6.6+)

 ...

 It should read:

           --disable-split-objs           retain library as one object file
                                          (GHC 6.6+)

 $ ghc --version
 The Glorious Glasgow Haskell Compilation System, version 6.8.3

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


More information about the cabal-devel mailing list