Skip to content

Commit

Permalink
Temporary: don't try to build with ghc910
Browse files Browse the repository at this point in the history
There's a problem with `unix` and `filepath`
  • Loading branch information
neilmayhew committed Jan 9, 2025
1 parent 045e869 commit b998c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/haskell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit b998c34

Please sign in to comment.