Skip to content

Commit

Permalink
Keep mingwW64 target to ghc96
Browse files Browse the repository at this point in the history
  • Loading branch information
palas committed Jul 8, 2024
1 parent 3185015 commit 033751c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

# we also want cross compilation to windows on linux (and only with default compiler).
crossPlatforms = p:
lib.optional (system == "x86_64-linux" && config.compiler-nix-name == defaultCompiler)
lib.optional (system == "x86_64-linux" && config.compiler-nix-name == "ghc964")
p.mingwW64;

# CHaP input map, so we can find CHaP packages (needs to be more
Expand Down Expand Up @@ -138,7 +138,7 @@
flake = cabalProject.flake (
lib.optionalAttrs (system == "x86_64-linux") {
# on linux, build/test other supported compilers
variants = lib.genAttrs ["ghc8107"] (compiler-nix-name: {
variants = lib.genAttrs ["ghc8107" "ghc964"] (compiler-nix-name: {
inherit compiler-nix-name;
});
}
Expand Down

0 comments on commit 033751c

Please sign in to comment.