File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 292
292
# these two are abit questionable. They are pretty rough, and assume static binary as well as posix.
293
293
# ++ final.lib.optional (versionAtLeast "9.6" && versionLessThan "9.9" && final.stdenv.targetPlatform.isMusl) ./patches/ghc/ghc-9.6-0004-ghcidladdr.patch
294
294
# ++ final.lib.optional (versionAtLeast "9.6" && versionLessThan "9.9" && final.stdenv.targetPlatform.isMusl) ./patches/ghc/ghc-9.6-0005-Better-interpreter-debugging.-Needs-ghcidladdr.patch
295
+ ++ final . lib . optional ( versionAtLeast "9.6" && versionLessThan "9.9" && ( final . stdenv . targetPlatform . isWindows || final . stdenv . targetPlatform . isMusl ) ) ./patches/ghc/ghc-9.6-0006-Adds-support-for-Hidden-symbols.patch
296
+ ++ final . lib . optional ( versionAtLeast "9.6" && versionLessThan "9.9" && final . stdenv . targetPlatform . isMusl ) ./patches/ghc/ghc-9.6-0007-fixup-Better-pool-alignment.-We-still-hardcode-secti.patch
295
297
;
296
298
in ( {
297
299
ghc865 = final . callPackage ../compiler/ghc ( traceWarnOld "8.6" {
You can’t perform that action at this time.
0 commit comments