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 c112d5d commit 9373393Copy full SHA for 9373393
overlays/bootstrap.nix
@@ -336,7 +336,7 @@ in {
336
++ onAndroid (from "9.6" ./patches/ghc/ghc-9.6-COMPAT_R_ARM_PREL31.patch)
337
++ onAndroid (from "9.10" ./patches/ghc/ghc-9.10-ignore-libc.patch)
338
# unbreak modern clang with proper _atomic declarations.
339
- ++ onAndroid (fromUntil "9.6" "9.12" ./patches/ghc/7db8c9927fae3369fc4ecff68f80c4cb32eea757.patch)
+ ++ onAndroid (fromUntil "9.6" "9.6.5" ./patches/ghc/7db8c9927fae3369fc4ecff68f80c4cb32eea757.patch)
340
341
++ onGhcjs (from "9.12" ./patches/ghc/ghc-9.12-ghcjs-rts-mem-heap8.patch)
342
# Fix for `fatal error: 'rts/Types.h' file not found` when building `primitive`
0 commit comments