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