Skip to content

Commit 0f336ab

Browse files
committed
Disable broken test
1 parent dc3b1f2 commit 0f336ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/th-dlls/default.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ in recurseIntoAttrs {
2626
|| (builtins.elem compiler-nix-name ["ghc947" "ghc948"] && haskellLib.isCrossHost && stdenv.hostPlatform.isAarch64)
2727
# We have been unable to get windows cross compilation of th-orphans to work for GHC 8.10 using the latest nixpkgs
2828
|| (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"
2932
;
3033

3134
ifdInputs = {

0 commit comments

Comments
 (0)