From a9ace4d4358178045cb1783e346dc60381bbe2a5 Mon Sep 17 00:00:00 2001 From: justin Date: Sat, 7 Sep 2024 19:06:53 -0700 Subject: [PATCH] do not support ghc > 9.8 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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