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 dc3b1f2 commit 0f336abCopy full SHA for 0f336ab
test/th-dlls/default.nix
@@ -26,6 +26,9 @@ in recurseIntoAttrs {
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
+ # We need to update GHC HEAD to get a version of ghc-internal compatible
30
+ # with th-lift from head.hackage.
31
+ || compiler-nix-name == "ghc91120240918"
32
;
33
34
ifdInputs = {
0 commit comments