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, ...}: {