Update unboxed tuple patch (#1037)

Also Includes aarch64 fix in ghc 8.10.4

See https://github.com/input-output-hk/haskell.nix/issues/1027
This commit is contained in:
Hamish Mackenzie 2021-02-12 23:06:08 +13:00 committed by GitHub
parent a672553c9a
commit 422c4afec3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6563 additions and 242 deletions

View File

@ -142,7 +142,10 @@ in {
++ final.lib.optional (versionAtLeast "8.6.4" && versionLessThan "8.8") ./patches/ghc/ghc-no-system-linker.patch
++ fromUntil "8.10.2" "8.10.3" ./patches/ghc/MR3714-backported-to-8.10.2.patch
++ final.lib.optional (version == "8.10.3" && final.targetPlatform.isAarch64) ./patches/ghc/3434.patch
# See https://github.com/input-output-hk/haskell.nix/issues/1027
++ final.lib.optional (versionAtLeast "8.10.3" && final.targetPlatform.isAarch64) ./patches/ghc/3434.patch
++ from "8.10.1" ./patches/ghc/ghc-acrt-iob-func.patch
++ fromUntil "8.10.1" "8.10.3" ./patches/ghc/ghc-8.10-ubxt.patch

File diff suppressed because it is too large Load Diff