File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -224,8 +224,10 @@ in {
224224 && final . stdenv . targetPlatform . is32bit
225225 || final . stdenv . targetPlatform . isMusl )
226226 ( until "9.11" ./patches/ghc/ghc-9.6-missing-symbols-deadbeef.patch )
227- ++ onAarch64Musl ( fromUntil "9.6" "9.11" ./patches/ghc/ghc-9.6-linker-pool-allocator.patch )
228- ++ onAarch64Musl ( fromUntil "9.6" "9.11" ./patches/ghc/ghc-9.6-linker-pool-allocator-2.patch )
227+ ++ onAarch64Musl ( fromUntil "9.6" "9.8.3" ./patches/ghc/ghc-9.6-linker-pool-allocator.patch )
228+ ++ onAarch64Musl ( fromUntil "9.10" "9.11" ./patches/ghc/ghc-9.6-linker-pool-allocator.patch )
229+ ++ onAarch64Musl ( fromUntil "9.6" "9.8.3" ./patches/ghc/ghc-9.6-linker-pool-allocator-2.patch )
230+ ++ onAarch64Musl ( fromUntil "9.10" "9.11" ./patches/ghc/ghc-9.6-linker-pool-allocator-2.patch )
229231
230232 ++ onMusl ( fromUntil "9.6" "9.8" ./patches/ghc/ghc-9.6-0001-Refactor-IServ.hs.patch )
231233 ++ onMusl ( fromUntil "9.6" "9.11" ./patches/ghc/ghc-9.6-0002-Drop-spurious-8-byte-offset-from-elf_plt.patch )
You can’t perform that action at this time.
0 commit comments