Skip to content

Commit f3b50cf

Browse files
committed
Update nix exclude range
1 parent ab963ad commit f3b50cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ in (import sources.nixpkgs
8686
# default_stages = ["manual" "push"];
8787
hooks = {
8888
stylish-haskell.enable = true;
89-
stylish-haskell.excludes = [ "^Setup.hs$" "test/testdata/.*$" "test/data/.*$" "^hie-compat/.*$" "^plugins/hls-tactics-plugin/.*$" ];
89+
stylish-haskell.excludes = [ "^Setup.hs$" "test/testdata/.*$" "test/data/.*$" "test/manual/lhs/.*$" "^hie-compat/.*$" "^plugins/hls-tactics-plugin/.*$" ];
9090
};
9191
};
9292
}

0 commit comments

Comments
 (0)