Skip to content

Commit f2f7632

Browse files
committed
Use GHC 9.6.6 for windows cross
1 parent 47fd5be commit f2f7632

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nix/ouroboros-network.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ let
1515
#
1616
# NOTE: cross compilation with `ghc-9.6.2` doesn't currently work
1717
# https://ci.iog.io/build/623082/nixlog/2
18-
crossGHCVersion = "ghc982";
18+
crossGHCVersion = "ghc966";
1919

2020
# alternative compilers
21-
otherCompilers = [ "ghc810" ];
21+
otherCompilers = [ "ghc810" "ghc966" ];
2222

2323
# from https://github.com/input-output-hk/haskell.nix/issues/298#issuecomment-767936405
2424
forAllProjectPackages = cfg: args@{ lib, ... }: {

0 commit comments

Comments
 (0)