From 6303070b1d594ab097fcccd334b49aafa157d6e1 Mon Sep 17 00:00:00 2001 From: Hamish Mackenzie Date: Thu, 12 Dec 2024 21:08:34 +1300 Subject: [PATCH] Use GHC 9.6.6 for windows cross --- nix/ouroboros-network.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/ouroboros-network.nix b/nix/ouroboros-network.nix index 9174be1cd3e..7c816d61a61 100644 --- a/nix/ouroboros-network.nix +++ b/nix/ouroboros-network.nix @@ -15,10 +15,10 @@ let # # NOTE: cross compilation with `ghc-9.6.2` doesn't currently work # https://ci.iog.io/build/623082/nixlog/2 - crossGHCVersion = "ghc982"; + crossGHCVersion = "ghc966"; # alternative compilers - otherCompilers = [ "ghc810" ]; + otherCompilers = [ "ghc810" "ghc966" ]; # from https://github.com/input-output-hk/haskell.nix/issues/298#issuecomment-767936405 forAllProjectPackages = cfg: args@{ lib, ... }: {