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 4e65232 commit bd99d06Copy full SHA for bd99d06
overlays/bootstrap.nix
@@ -340,7 +340,7 @@ in {
340
# unbreak modern clang with proper _atomic declarations.
341
++ onAndroid (fromUntil "9.6" "9.6.5" ./patches/ghc/7db8c9927fae3369fc4ecff68f80c4cb32eea757.patch)
342
343
- ++ onGhcjs (from "9.12" ./patches/ghc/ghc-9.12-ghcjs-rts-mem-heap8.patch)
+ ++ onGhcjs (fromUntil "9.12" "9.13" ./patches/ghc/ghc-9.12-ghcjs-rts-mem-heap8.patch)
344
# Fix for `fatal error: 'rts/Types.h' file not found` when building `primitive`
345
++ onGhcjs (from "9.13" ./patches/ghc/ghc-9.13-ghcjs-rts-types.patch)
346
0 commit comments