Changes between Initial Version and Version 1 of Ticket #525
- Timestamp:
- 03/17/09 03:21:56 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #525 – description
initial v1 8 8 9 9 in particular this hunk: 10 {{{ 10 11 -GHC.installExe verbosity binPref buildPref pkg_descr 11 12 +withExe pkg_descr $ \_ -> 12 13 + GHC.installExe verbosity binPref buildPref pkg_descr 14 }}} 13 15 14 16 introduced a bug in the case of packages with multiple executables (notable h4sh has 42 executables, leading to 1764 calls to cp/strip).
