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 885c207 commit 79a0606Copy full SHA for 79a0606
overlays/bootstrap.nix
@@ -227,7 +227,7 @@ in {
227
++ onAndroid (onAarch32 (until "9.2" ./patches/ghc/ghc-8.10.7-cross-dont-build-stage2-tools.patch))
228
++ onAndroid (fromUntil "9.0" "9.8"./patches/ghc/ghc-9.6-hadrian-android.patch)
229
++ onMusl (onAarch64 (fromUntil "9.0" "9.8" ./patches/ghc/ghc-9.6-hadrian-strip-cmd.patch))
230
- ++ on32bit (from "9.0" ./patches/ghc/ghc-9.6-32bit-cmm.patch)
+ ++ on32bit (fromUntil "9.0" "9.4" ./patches/ghc/ghc-9.6-32bit-cmm.patch)
231
# this one is to allow linking extra symbols from iserv.
232
# This one will lead to segv's on darwin, when calling `strlen` during lookupStrHashTable. `strlen` ends up being called with 0x0.
233
++ final.lib.optionals (
0 commit comments