Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Keep mingwW64 target to ghc96
Browse files Browse the repository at this point in the history
palas committed Jul 8, 2024

Verified

This commit was signed with the committer’s verified signature. The key has expired.
bastianallgeier Bastian Allgeier
1 parent 1945e55 commit 8c8fb8d
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
@@ -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
@@ -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;
});
}

0 comments on commit 8c8fb8d

Please sign in to comment.