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.
2 parents a672553 + 2cebc3d commit ffd1e59Copy full SHA for ffd1e59
overlays/bootstrap.nix
@@ -142,7 +142,10 @@ in {
142
++ final.lib.optional (versionAtLeast "8.6.4" && versionLessThan "8.8") ./patches/ghc/ghc-no-system-linker.patch
143
144
++ 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
+
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
149
++ from "8.10.1" ./patches/ghc/ghc-acrt-iob-func.patch
150
151
++ fromUntil "8.10.1" "8.10.3" ./patches/ghc/ghc-8.10-ubxt.patch
0 commit comments