daml/rules_daml/BUILD.bazel
Martin Huschenbett ab07b05fcb Clean up rules_daml (the bazel rules for DAML) (#3495)
There are rules that are used nowhere and seem like old cruft.
2019-11-18 08:12:47 +00:00

9 lines
226 B
Python

# Copyright (c) 2019 The DAML Authors. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
# Export Bazel sources for Bazel API docs.
exports_files(
["daml.bzl"],
visibility = ["//bazel_tools/docs:__pkg__"],
)