Skip to content

Commit 2a3d7f2

Browse files
committed
Update patch upper bound
1 parent 852d6c7 commit 2a3d7f2

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
@@ -126,7 +126,7 @@ in {
126126
++ onWindows (fromUntil "9.6.3" "9.11" ./patches/ghc/ghc-9.8-hadrian-win-cross.patch)
127127
# support R_X86_64_PC64 (ELF constant 24) - IMAGE_REL_AMD64_SREL32 (PE constant 14), which seems to appear with 9.6 more frequently, and
128128
# results in "unhandled PEi386 relocation type 14".
129-
++ onWindows (fromUntil "9.4.1" "9.12" ./patches/ghc/win-reloc-x86_64-pc64.patch)
129+
++ onWindows (fromUntil "9.4.1" "9.11" ./patches/ghc/win-reloc-x86_64-pc64.patch)
130130
# ++ onWindows (fromUntil "9.4.1" "9.10" ./patches/ghc/Win32-depends-on-mingwex.patch)
131131
# if the host system provides ucrt (e.g. wine with ucrtbase.dll), we may end up linking against symbols from ucrtbase, instead of msvcrt,
132132
# thus leading to broken code. E.g. the handles we create and hand to wine will all be busted, because they come from one and are processed

0 commit comments

Comments
 (0)