Skip to content

Commit bd99d06

Browse files
committed
Update upper bound
1 parent 4e65232 commit bd99d06

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
@@ -340,7 +340,7 @@ in {
340340
# unbreak modern clang with proper _atomic declarations.
341341
++ onAndroid (fromUntil "9.6" "9.6.5" ./patches/ghc/7db8c9927fae3369fc4ecff68f80c4cb32eea757.patch)
342342

343-
++ onGhcjs (from "9.12" ./patches/ghc/ghc-9.12-ghcjs-rts-mem-heap8.patch)
343+
++ onGhcjs (fromUntil "9.12" "9.13" ./patches/ghc/ghc-9.12-ghcjs-rts-mem-heap8.patch)
344344
# Fix for `fatal error: 'rts/Types.h' file not found` when building `primitive`
345345
++ onGhcjs (from "9.13" ./patches/ghc/ghc-9.13-ghcjs-rts-types.patch)
346346

0 commit comments

Comments
 (0)