From 2ecd0f5ca75702767c0a49018f707bea4a2b213a Mon Sep 17 00:00:00 2001 From: Hamish Mackenzie Date: Wed, 26 Mar 2025 21:26:10 +1300 Subject: [PATCH] Use ghc 9.6 to avoid issues on macOS with latest nixpkgs See https://gitlab.haskell.org/ghc/ghc/-/issues/25608 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index f1b9eaa..a72010e 100644 --- a/flake.nix +++ b/flake.nix @@ -28,7 +28,7 @@ project = pkgs.haskell-nix.cabalProject' { src = ./.; - compiler-nix-name = "ghc948"; + compiler-nix-name = "ghc96"; shell.tools = { cabal = "latest"; hlint = "latest";