Skip to content

Commit

Permalink
enable check
Browse files Browse the repository at this point in the history
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’.
```
  • Loading branch information
peterbecich committed Apr 9, 2024
1 parent 2f0d642 commit e2ace87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; };
Expand Down

0 comments on commit e2ace87

Please sign in to comment.