Skip to content

Commit 47fd5be

Browse files
committed
Cross compile windows with GHC 9.8.2
1 parent 63da2af commit 47fd5be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/ouroboros-network.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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 = "ghc8107";
18+
crossGHCVersion = "ghc982";
1919

2020
# alternative compilers
2121
otherCompilers = [ "ghc810" ];

0 commit comments

Comments
 (0)