Skip to content

Commit e2ace87

Browse files
committed
enable check
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’. ```
1 parent 2f0d642 commit e2ace87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
haskellProjects.default = {
2222
basePackages = pkgs.haskell.packages.ghc98;
2323
settings = {
24-
hackage-server.check = false;
24+
# hackage-server.check = false;
2525
# https://community.flake.parts/haskell-flake/dependency#nixpkgs
2626
tar = { super, ... }:
2727
{ custom = _: super.tar_0_6_2_0; };

0 commit comments

Comments
 (0)