about summary refs log tree commit diff
path: root/third_party/bazel/rules_haskell/protobuf/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/bazel/rules_haskell/protobuf/BUILD.bazel')
-rw-r--r--third_party/bazel/rules_haskell/protobuf/BUILD.bazel4
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/bazel/rules_haskell/protobuf/BUILD.bazel b/third_party/bazel/rules_haskell/protobuf/BUILD.bazel
new file mode 100644
index 0000000000..17305e6e37
--- /dev/null
+++ b/third_party/bazel/rules_haskell/protobuf/BUILD.bazel
@@ -0,0 +1,4 @@
+toolchain_type(
+    name = "toolchain",
+    visibility = ["//visibility:public"],
+)