Skip to content

Commit 5836f2a

Browse files
committed
Include aarch64 fix in ghc 8.10.4
#1027
1 parent 12038c2 commit 5836f2a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
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)