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 {
2020
2121 # Not sure why this breaks for ghc 8.10.7
2222 meta . disabled = compiler-nix-name == "ghc8107"
23- || builtins . elem compiler-nix-name [ "ghc91220241014" "ghc91320241022 " ]
23+ || builtins . elem compiler-nix-name [ "ghc91220241014" "ghc91320241101 " ]
2424 || stdenv . hostPlatform . isMusl
2525 || stdenv . hostPlatform . isGhcjs
2626 || stdenv . hostPlatform . isWindows
Original file line number Diff line number Diff 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- || builtins . elem compiler-nix-name [ "ghc91220241014" "ghc91320241022 " ]
31+ || builtins . elem compiler-nix-name [ "ghc91220241014" "ghc91320241101 " ]
3232 ;
3333
3434 ifdInputs = {
You can’t perform that action at this time.
0 commit comments