File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -265,9 +265,10 @@ in {
265
265
++ final . lib . optional ( versionAtLeast "9.0" && final . stdenv . targetPlatform . isAarch64 ) ./patches/ghc/ghc-9.0-aarch64-handle-none-rela.patch
266
266
++ final . lib . optional ( versionAtLeast "9.6.3" && versionLessThan "9.6.4" && final . stdenv . targetPlatform . isWindows ) ./patches/ghc/ghc-9.6-hadrian-splitsections.patch
267
267
++ final . lib . optional ( versionAtLeast "9.8.1" && versionLessThan "9.9" && final . stdenv . targetPlatform . isWindows ) ./patches/ghc/ghc-9.6-hadrian-splitsections.patch
268
- # this patch was backported to 9.4.8
268
+ # this patch was backported to 9.4.8 and 9.6.4
269
269
++ final . lib . optional ( versionAtLeast "9.4" && versionLessThan "9.4.8" && final . stdenv . targetPlatform . isWindows ) ./patches/ghc/ghc-9.6-fix-code-symbol-jumps.patch
270
- ++ final . lib . optional ( versionAtLeast "9.6" && versionLessThan "9.6.4" && final . stdenv . targetPlatform . isWindows ) ./patches/ghc/ghc-9.6-fix-code-symbol-jumps.patch
270
+ # we also want to apply this to musl, so that the ./patches/ghc/ghc-9.6-0006-Adds-support-for-Hidden-symbols.patch applies.
271
+ ++ final . lib . optional ( versionAtLeast "9.6" && versionLessThan "9.6.4" && ( final . stdenv . targetPlatform . isWindows || final . stdenv . targetPlatform . isMusl ) ) ./patches/ghc/ghc-9.6-fix-code-symbol-jumps.patch
271
272
++ final . lib . optional ( versionAtLeast "9.8" && versionLessThan "9.9.20231203" && final . stdenv . targetPlatform . isWindows ) ./patches/ghc/ghc-9.6-fix-code-symbol-jumps.patch
272
273
# this one is to allow linking extra symbols from iserv.
273
274
# ++ fromUntil "9.6.1" "9.10" ./patches/ghc/iserv-syms.patch
You can’t perform that action at this time.
0 commit comments