Skip to content

Commit

Permalink
Try ghc 9.10 to see if it is fixed now
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Jun 11, 2024
1 parent 3b7bd4d commit eda4a2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nix/haskell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,10 @@ haskell-nix.cabalProject' (
flake = {
variants = {
ghc810.compiler-nix-name = lib.mkForce "ghc810";
ghc910.compiler-nix-name = lib.mkForce "ghc910";
};
crossPlatforms = p: with p;
lib.optional (builtins.elem config.compiler-nix-name ["ghc8107"]) ghcjs ++
lib.optional (!builtins.elem config.compiler-nix-name ["ghc928" "ghc965"]) ghcjs ++
lib.optional (system == "x86_64-linux") musl64;
};
shell = {
Expand Down

0 comments on commit eda4a2a

Please sign in to comment.