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 97439a4 commit 0f0a5fbCopy full SHA for 0f0a5fb
test/th-dlls/default.nix
@@ -28,7 +28,7 @@ in recurseIntoAttrs {
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"
+ || builtins.elem compiler-nix-name [ "ghc91220241014" "ghc91320241022" ]
32
;
33
34
ifdInputs = {
0 commit comments