Skip to content

Commit 080e819

Browse files
Try #1037:
2 parents a672553 + 5836f2a commit 080e819

File tree

3 files changed

+6565
-244
lines changed

3 files changed

+6565
-244
lines changed

overlays/bootstrap.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,10 @@ in {
142142
++ final.lib.optional (versionAtLeast "8.6.4" && versionLessThan "8.8") ./patches/ghc/ghc-no-system-linker.patch
143143

144144
++ fromUntil "8.10.2" "8.10.3" ./patches/ghc/MR3714-backported-to-8.10.2.patch
145-
++ final.lib.optional (version == "8.10.3" && final.targetPlatform.isAarch64) ./patches/ghc/3434.patch
145+
146+
# See https://github.com/input-output-hk/haskell.nix/issues/1027
147+
++ final.lib.optional (versionAtLeast "8.10.3" && final.targetPlatform.isAarch64) ./patches/ghc/3434.patch
148+
146149
++ from "8.10.1" ./patches/ghc/ghc-acrt-iob-func.patch
147150

148151
++ fromUntil "8.10.1" "8.10.3" ./patches/ghc/ghc-8.10-ubxt.patch

0 commit comments

Comments
 (0)