2020-03-27 03:26:10 +03:00
|
|
|
# Copyright (c) 2020 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
|
2019-04-04 11:33:38 +03:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
# Export Bazel sources for Bazel API docs.
|
|
|
|
exports_files(
|
2019-04-12 14:10:16 +03:00
|
|
|
[
|
|
|
|
"haskell.bzl",
|
|
|
|
"scala.bzl",
|
|
|
|
"haskell-c2hs.patch",
|
|
|
|
"haskell-static-linking.patch",
|
2019-04-24 18:59:08 +03:00
|
|
|
"haskell-optp-response.patch",
|
2019-04-12 14:10:16 +03:00
|
|
|
"haskell-arx.patch",
|
|
|
|
"haskell-win-sys-includes.patch",
|
2019-04-17 23:37:35 +03:00
|
|
|
"haskell-drop-fake-static.patch",
|
2019-04-12 14:10:16 +03:00
|
|
|
"pom_template.xml",
|
2019-04-05 13:39:23 +03:00
|
|
|
],
|
2019-04-12 14:10:16 +03:00
|
|
|
visibility = ["//:__subpackages__"],
|
2019-04-04 11:33:38 +03:00
|
|
|
)
|