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.
1 parent e5f82a3 commit 86f3721Copy full SHA for 86f3721
test/th-dlls/default.nix
@@ -24,6 +24,8 @@ in recurseIntoAttrs {
24
|| (stdenv.hostPlatform.isAarch64 && stdenv.hostPlatform.isMusl)
25
# Failed to lookup symbol: __aarch64_swp8_acq_rel
26
|| (builtins.elem compiler-nix-name ["ghc947" "ghc948"] && haskellLib.isCrossHost && stdenv.hostPlatform.isAarch64)
27
+ # We have been unable to get windows cross compilation of th-orphans to work for GHC 8.10 using the latest nixpkgs
28
+ || (compiler-nix-name == "ghc8107" && stdenv.hostPlatform.isWindows)
29
;
30
31
ifdInputs = {
0 commit comments