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 e4b6e9b commit 2145cdbCopy full SHA for 2145cdb
overlays/bootstrap.nix
@@ -96,8 +96,6 @@ in {
96
# See https://github.com/input-output-hk/haskell.nix/issues/1027
97
++ onAarch32 (until "9.2" ./patches/ghc/ghc-8.10-3434-armv7a.patch)
98
++ onAarch64 (until "9.2" ./patches/ghc/ghc-8.10-3434.patch)
99
- ++ onAarch64 (fromUntil "9.2.1" "9.4" ./patches/ghc/ghc-9.2-3434.patch)
100
- ++ onAndroid (fromUntil "9.2.1" "9.4" ./patches/ghc/ghc-9.2-3434.patch)
101
102
++ until "9.4" ./patches/ghc/ghc-acrt-iob-func.patch
103
++ until "9.2" ./patches/ghc/ghc-mprotect-nonzero-len.patch
0 commit comments