Skip to content

Commit 635727d

Browse files
committed
chore: Add more descriptive/precise tags to bazel build rules.
1 parent 932ff65 commit 635727d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

BUILD.bazel

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ haskell_library(
88
name = "hs-msgpack-arbitrary",
99
srcs = glob(["src/**/*.*hs"]),
1010
src_strip_prefix = "src",
11-
tags = ["no-cross"],
11+
tags = [
12+
"haskell",
13+
"no-cross",
14+
],
1215
version = "0.1.4",
1316
visibility = ["//visibility:public"],
1417
deps = [

0 commit comments

Comments
 (0)