| 1 | |
|---|
| 2 | New patches: |
|---|
| 3 | |
|---|
| 4 | [Don't drop ghcProfOptions and ghcSharedOptions |
|---|
| 5 | Duncan Coutts <duncan@haskell.org>**20080620092327] { |
|---|
| 6 | hunk ./Distribution/PackageDescription.hs 754 |
|---|
| 7 | - = b1{buildable = buildable b1 && buildable b2, |
|---|
| 8 | + = BuildInfo { |
|---|
| 9 | + buildable = buildable b1 && buildable b2, |
|---|
| 10 | hunk ./Distribution/PackageDescription.hs 770 |
|---|
| 11 | + ghcProfOptions = combine ghcProfOptions, |
|---|
| 12 | + ghcSharedOptions = combine ghcSharedOptions, |
|---|
| 13 | } |
|---|
| 14 | |
|---|
| 15 | Context: |
|---|
| 16 | |
|---|
| 17 | [TAG GHC 6.8.3 release |
|---|
| 18 | Ian Lynagh <igloo@earth.li>**20080618132806] |
|---|
| 19 | Patch bundle hash: |
|---|
| 20 | 198309c259c95dea57b72411644c27fc00baee7f |
|---|