diff --git a/flake.nix b/flake.nix index 8d46816..10f49a7 100644 --- a/flake.nix +++ b/flake.nix @@ -12,7 +12,7 @@ path = ./package.nix; } ]; - supportedCompilers = [ "ghc8107" "ghc92" "ghc94" ]; + supportedCompilers = [ "ghc8107" "ghc92" "ghc94" "ghc962" ]; defaultCompiler = "ghc92"; }; }