From dd83e5e3e9455c2a1195141ff86f305b21c0853a Mon Sep 17 00:00:00 2001 From: Sean D Gillespie Date: Mon, 25 Mar 2024 22:19:02 -0400 Subject: [PATCH] build: Use ghc-9.6.4 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index aab4a7f..6e70cb5 100644 --- a/flake.nix +++ b/flake.nix @@ -29,7 +29,7 @@ (final: prev: { gibberishProject = final.haskell-nix.cabalProject' { src = ./.; - compiler-nix-name = "ghc962"; + compiler-nix-name = "ghc964"; name = "gibberish"; flake.variants.profiled = {