diff --git a/flake.nix b/flake.nix index b2e5a3a..7554551 100644 --- a/flake.nix +++ b/flake.nix @@ -21,7 +21,7 @@ { inherit name; src = ./.; - excludeCompilerMajors = []; + excludeCompilerMajors = [ "ghc910" "ghc911" ]; defaultCompiler = "ghc982"; }; in