mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
5b0faea2cf
* Get haskell-ide-core to work on our codebase * Fix ghc-lib-parser on Windows
20 lines
573 B
Python
20 lines
573 B
Python
# Copyright (c) 2019 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Export Bazel sources for Bazel API docs.
|
|
exports_files(
|
|
[
|
|
"haskell.bzl",
|
|
"scala.bzl",
|
|
"haskell-c2hs.patch",
|
|
"haskell-static-linking.patch",
|
|
"haskell-optp-response.patch",
|
|
"haskell-arx.patch",
|
|
"haskell-win-sys-includes.patch",
|
|
"haskell-drop-fake-static.patch",
|
|
"ghci-template.sh",
|
|
"pom_template.xml",
|
|
],
|
|
visibility = ["//:__subpackages__"],
|
|
)
|