diff --git a/nix/ouroboros-network.nix b/nix/ouroboros-network.nix index ed7a01201f8..9174be1cd3e 100644 --- a/nix/ouroboros-network.nix +++ b/nix/ouroboros-network.nix @@ -15,7 +15,7 @@ let # # NOTE: cross compilation with `ghc-9.6.2` doesn't currently work # https://ci.iog.io/build/623082/nixlog/2 - crossGHCVersion = "ghc8107"; + crossGHCVersion = "ghc982"; # alternative compilers otherCompilers = [ "ghc810" ];