diff --git a/flake.nix b/flake.nix index c2a21b39a5..e071a1d956 100644 --- a/flake.nix +++ b/flake.nix @@ -29,7 +29,7 @@ # see flake `variants` below for alternative compilers defaultCompiler = "ghc982"; haddockShellCompiler = defaultCompiler; - mingwCompiler = "ghc965"; + mingwCompiler = "ghc966"; cabalHeadOverlay = final: prev: { cabal-head =