Skip to content

Commit 5928eca

Browse files
committed
Fix genapply patch bound
1 parent 646e64b commit 5928eca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overlays/bootstrap.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ in {
204204
++ onWindows (fromUntil "9.8" "9.8.2" ./patches/ghc/ghc-9.6-fix-code-symbol-jumps.patch)
205205
# this one is to allow linking extra symbols from iserv.
206206
# ++ fromUntil "9.6.1" "9.10" ./patches/ghc/iserv-syms.patch
207-
++ on32bit (fromUntil "9.6" "9.14" ./patches/ghc/ghc-9.6-genapply-cross-arch.patch)
207+
++ on32bit (fromUntil "9.6" "9.6.5" ./patches/ghc/ghc-9.6-genapply-cross-arch.patch)
208208
# Fix the bad fixups: https://gitlab.haskell.org/ghc/ghc/-/commit/2adc050857a9c1b992040fbfd55fbe65b2851b19
209209
++ onAarch64 (fromUntil "9.6" "9.6.4" ./patches/ghc/2adc050857a9c1b992040fbfd55fbe65b2851b19.patch)
210210

0 commit comments

Comments
 (0)