Changes between Initial Version and Version 1 of Ticket #525

Show
Ignore:
Timestamp:
03/17/09 03:21:56 (4 years ago)
Author:
np
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #525 – description

    initial v1  
    88 
    99in particular this hunk: 
     10{{{ 
    1011    -GHC.installExe verbosity binPref buildPref pkg_descr 
    1112    +withExe pkg_descr $ \_ -> 
    1213    +  GHC.installExe verbosity binPref buildPref pkg_descr 
     14}}} 
    1315 
    1416introduced a bug in the case of packages with multiple executables (notable h4sh has 42 executables, leading to 1764 calls to cp/strip).