From a0c7067fb429b168097e3b0bfdd36569328bc4d8 Mon Sep 17 00:00:00 2001 From: Andrea Bedini Date: Mon, 9 Jan 2023 14:11:17 +0800 Subject: [PATCH] back to 8.10.7 for the flake --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 40912d1..40d80fa 100644 --- a/flake.nix +++ b/flake.nix @@ -28,7 +28,7 @@ project = pkgs-static-where-possible.haskell-nix.cabalProject { src = ./.; - compiler-nix-name = "ghc924"; + compiler-nix-name = "ghc8107"; shell.tools = { cabal = { }; hlint = { };