From e2ace876c35f6e296a506b2ef0cc06ad1dcec51b Mon Sep 17 00:00:00 2001 From: Peter Becich Date: Mon, 8 Apr 2024 22:56:15 -0700 Subject: [PATCH] enable `check` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit DocTest errors ``` [ERROR ] [ThreadId 337] Could not import module: Distribution.Server.Features.UserNotify. This can be caused by a number of issues: [ERROR ] [ThreadId 339] Could not load module ‘Distribution.Server.Util.Markdown’. [ERROR ] [ThreadId 338] Could not load module ‘Distribution.Server.Util.Validators.Internal’. ``` --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index e8398c65..d42ca661 100644 --- a/flake.nix +++ b/flake.nix @@ -21,7 +21,7 @@ haskellProjects.default = { basePackages = pkgs.haskell.packages.ghc98; settings = { - hackage-server.check = false; + # hackage-server.check = false; # https://community.flake.parts/haskell-flake/dependency#nixpkgs tar = { super, ... }: { custom = _: super.tar_0_6_2_0; };