We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fe2aa6 commit da7e633Copy full SHA for da7e633
tests/haskell_proto_simple/BUILD.bazel
@@ -13,25 +13,25 @@ proto_library(
13
name = "foo",
14
srcs = ["foo.proto"],
15
deps = ["@com_google_protobuf//:descriptor_proto"],
16
+ tags = ["requires_proto"],
17
)
18
19
haskell_proto_library(
20
name = "foo_haskell",
21
deps = [
22
":foo",
23
],
24
25
26
27
haskell_library(
28
name = "hs-lib",
29
srcs = ["Bar.hs"],
- tags = [
- "requires_proto",
30
- ],
31
- visibility = ["//visibility:public"],
32
33
":foo_haskell",
34
"//tests/hackage:base",
35
"@stackage//:proto-lens",
36
+ visibility = ["//visibility:public"],
37
0 commit comments