Skip to content

Commit

Permalink
Use GHC 9.6.6 for windows cross
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Dec 12, 2024
1 parent 47fd5be commit 6303070
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/ouroboros-network.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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, ... }: {
Expand Down

0 comments on commit 6303070

Please sign in to comment.