Skip to content

Commit

Permalink
chore: Add more descriptive/precise tags to bazel build rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
iphydf committed Jan 20, 2025
1 parent 1afff17 commit e9921bd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ haskell_library(
name = "hs-msgpack-types",
srcs = glob(["src/**/*.*hs"]),
src_strip_prefix = "src",
tags = ["no-cross"],
tags = [
"haskell",
"no-cross",
],
version = "0.3.3",
visibility = ["//visibility:public"],
deps = [
Expand Down

0 comments on commit e9921bd

Please sign in to comment.