We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b796a8 commit 210536bCopy full SHA for 210536b
overlays/bootstrap.nix
@@ -336,7 +336,7 @@ in {
336
337
++ onGhcjs (from "9.12" ./patches/ghc/ghc-9.12-ghcjs-rts-mem-heap8.patch)
338
# Fix for `fatal error: 'rts/Types.h' file not found` when building `primitive`
339
- ++ onGhcjs (from "9.13" ./patches/ghc/ghc-9.13-ghcjs-rts-types.patch)
+ ++ onGhcjs (fromUntil "9.13" "9.14" ./patches/ghc/ghc-9.13-ghcjs-rts-types.patch)
340
341
++ onGhcjs (fromUntil "9.6.7" "9.7" ./patches/ghc/ghc-9.6-js-support-this-unit-id-10819.patch)
342
0 commit comments