From 7a4a358adc436da503a9f915ed25ec9b71c34eac Mon Sep 17 00:00:00 2001 From: John Ky Date: Wed, 22 May 2024 23:08:01 +1000 Subject: [PATCH] stuff --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index e9652cc1b8..9c78716bdc 100644 --- a/flake.nix +++ b/flake.nix @@ -46,7 +46,7 @@ # see flake `variants` below for alternative compilers defaultCompiler = "ghc964"; - haddockShellCompiler = defaultCompiler; + haddockShellCompiler = "ghc8107"; # We use cabalProject' to ensure we don't build the plan for # all systems. cabalProject = nixpkgs.haskell-nix.cabalProject' ({config, ...}: {