From f103d77b476ab288497373844e4d7bd67b4610ee Mon Sep 17 00:00:00 2001 From: Hugh Davidson Date: Tue, 12 Dec 2023 15:03:09 +1100 Subject: [PATCH] Add ghc962 to supported compilers --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; }; }