We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58f2f4a commit f7ea14aCopy full SHA for f7ea14a
bazel/BUILD.horus
@@ -24,9 +24,7 @@ erlang_bytecode(
24
srcs = [
25
"src/horus.erl",
26
"src/horus_cover.erl",
27
- "src/horus_error.hrl",
28
- "src/horus_fun.hrl",
29
- "test/helpers.hrl"
+ "src/horus_utils.erl"
30
],
31
hdrs = [":public_and_private_hdrs"],
32
app_name = "horus",
@@ -54,8 +52,7 @@ filegroup(
54
52
55
53
"src/horus_cover.hrl",
56
"src/horus_error.hrl",
57
58
+ "src/horus_fun.hrl"
59
60
)
61
0 commit comments