Skip to content

Commit 9373393

Browse files
committed
Fix patch upper bound
1 parent c112d5d commit 9373393

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
@@ -336,7 +336,7 @@ in {
336336
++ onAndroid (from "9.6" ./patches/ghc/ghc-9.6-COMPAT_R_ARM_PREL31.patch)
337337
++ onAndroid (from "9.10" ./patches/ghc/ghc-9.10-ignore-libc.patch)
338338
# unbreak modern clang with proper _atomic declarations.
339-
++ onAndroid (fromUntil "9.6" "9.12" ./patches/ghc/7db8c9927fae3369fc4ecff68f80c4cb32eea757.patch)
339+
++ onAndroid (fromUntil "9.6" "9.6.5" ./patches/ghc/7db8c9927fae3369fc4ecff68f80c4cb32eea757.patch)
340340

341341
++ onGhcjs (from "9.12" ./patches/ghc/ghc-9.12-ghcjs-rts-mem-heap8.patch)
342342
# Fix for `fatal error: 'rts/Types.h' file not found` when building `primitive`

0 commit comments

Comments
 (0)