Skip to content

Commit

Permalink
Fix 3434.patch (arm linking issue) for ghc 9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed May 14, 2022
1 parent 58f34b6 commit 6fe37c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlays/bootstrap.nix
Expand Up @@ -187,7 +187,7 @@ in {

# See https://github.com/input-output-hk/haskell.nix/issues/1027
++ final.lib.optional (versionAtLeast "8.10.3" && versionLessThan "9.2" && final.targetPlatform.isAarch64) ./patches/ghc/ghc-8.10-3434.patch
++ final.lib.optional (versionAtLeast "9.2.1" && versionLessThan "9.2" && final.targetPlatform.isAarch64) ./patches/ghc/ghc-9.2-3434.patch
++ final.lib.optional (versionAtLeast "9.2.1" && versionLessThan "9.3" && final.targetPlatform.isAarch64) ./patches/ghc/ghc-9.2-3434.patch

++ from "8.10.1" ./patches/ghc/ghc-acrt-iob-func.patch
++ from "8.10.1" ./patches/ghc/ghc-mprotect-nonzero-len.patch
Expand Down

0 comments on commit 6fe37c7

Please sign in to comment.