From 4a6f69ff9994198803bf7312043281e357d45b35 Mon Sep 17 00:00:00 2001 From: damianfral Date: Mon, 10 Jun 2024 00:50:03 +0000 Subject: [PATCH] Add ghc-9.10.1 . --- flake.nix | 1 + 1 file changed, 1 insertion(+) 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 = ./.;