From b998c34e3ca63c50b7985ab6f8928ae38700ecf3 Mon Sep 17 00:00:00 2001 From: Neil Mayhew Date: Thu, 9 Jan 2025 14:38:44 -0700 Subject: [PATCH] Temporary: don't try to build with ghc910 There's a problem with `unix` and `filepath` --- nix/haskell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/haskell.nix b/nix/haskell.nix index 8fe319535b0..a7b4a79289e 100644 --- a/nix/haskell.nix +++ b/nix/haskell.nix @@ -22,7 +22,7 @@ let name = "cardano-node"; compiler-nix-name = lib.mkDefault "ghc8107"; # extra-compilers - flake.variants = lib.genAttrs ["ghc96" "ghc98" "ghc910"] (x: {compiler-nix-name = x;}); + flake.variants = lib.genAttrs ["ghc96" "ghc98"] (x: {compiler-nix-name = x;}); cabalProjectLocal = '' repository cardano-haskell-packages-local url: file:${CHaP}