diff --git a/flake.nix b/flake.nix index 1631444..1ddfd21 100644 --- a/flake.nix +++ b/flake.nix @@ -82,6 +82,7 @@ "ghc-9.4.6" = pkgs2405.haskell.compiler.ghc945; "ghc-9.6.5" = pkgs2405.haskell.compiler.ghc962; "ghc-9.8.2" = pkgs2405.haskell.compiler.ghc981; + "ghc-9.10.1" = pkgs2405.haskell.compiler.ghc9101; }; precommitCheck = inputs.pre-commit-hooks.lib.${system}.run { src = ./.;