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 294
294
++ final . lib . optional ( versionAtLeast "9.0" && versionLessThan "9.8" && final . stdenv . targetPlatform . isAndroid ) ./patches/ghc/ghc-9.6-hadrian-android.patch
295
295
++ final . lib . optional ( versionAtLeast "9.0" && versionLessThan "9.8" && final . stdenv . targetPlatform . isMusl && final . stdenv . targetPlatform . isAarch64 ) ./patches/ghc/ghc-9.6-hadrian-strip-cmd.patch
296
296
++ final . lib . optional ( versionAtLeast "9.0" && versionLessThan "10.0" && final . stdenv . targetPlatform . is32bit ) ./patches/ghc/ghc-9.6-32bit-cmm.patch
297
+ # this one is to allow linking extra symbols from iserv.
298
+ ++ final . lib . optional ( versionAtLeast "9.6.1" && versionLessThan "9.10" && final . stdenv . targetPlatform . isAndroid ) ./patches/ghc/iserv-syms.patch
297
299
;
298
300
in ( {
299
301
ghc865 = final . callPackage ../compiler/ghc ( traceWarnOld "8.6" {
You can’t perform that action at this time.
0 commit comments