File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ in recurseIntoAttrs {
20
20
21
21
# Not sure why this breaks for ghc 8.10.7
22
22
meta . disabled = compiler-nix-name == "ghc8107"
23
- || builtins . elem compiler-nix-name [ "ghc91220241014" "ghc91320241022 " ]
23
+ || builtins . elem compiler-nix-name [ "ghc91220241014" "ghc91320241101 " ]
24
24
|| stdenv . hostPlatform . isMusl
25
25
|| stdenv . hostPlatform . isGhcjs
26
26
|| stdenv . hostPlatform . isWindows
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ in recurseIntoAttrs {
28
28
|| ( compiler-nix-name == "ghc8107" && stdenv . hostPlatform . isWindows )
29
29
# We need to update GHC HEAD to get a version of ghc-internal compatible
30
30
# with th-lift from head.hackage.
31
- || builtins . elem compiler-nix-name [ "ghc91220241014" "ghc91320241022 " ]
31
+ || builtins . elem compiler-nix-name [ "ghc91220241014" "ghc91320241101 " ]
32
32
;
33
33
34
34
ifdInputs = {
You can’t perform that action at this time.
0 commit comments