Skip to content

Commit

Permalink
cleanup: Use tools instead of exec_tools.
Browse files Browse the repository at this point in the history
The latter is deprecated.
  • Loading branch information
iphydf committed Dec 4, 2024
1 parent 9f7cdde commit 1690be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ genrule(
name = "cimple_doc",
outs = ["cimple.md.new"],
cmd = "$(location //hs-tokstyle/tools:check-cimple) --help > $@",
exec_tools = ["//hs-tokstyle/tools:check-cimple"],
tags = ["no-cross"],
tools = ["//hs-tokstyle/tools:check-cimple"],
)

sh_test(
Expand Down

0 comments on commit 1690be0

Please sign in to comment.