Skip to content

Commit 0f0a5fb

Browse files
committed
Skip th-dlls test for ghc 9.12 and head brances
1 parent 97439a4 commit 0f0a5fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/th-dlls/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ in recurseIntoAttrs {
2828
|| (compiler-nix-name == "ghc8107" && stdenv.hostPlatform.isWindows)
2929
# We need to update GHC HEAD to get a version of ghc-internal compatible
3030
# with th-lift from head.hackage.
31-
|| compiler-nix-name == "ghc91120240918"
31+
|| builtins.elem compiler-nix-name [ "ghc91220241014" "ghc91320241022" ]
3232
;
3333

3434
ifdInputs = {

0 commit comments

Comments
 (0)