mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
559c78003e
* Update rules_haskell The workaround for linking against `Cffi` in the REPL has been upstreamed in a more generalized form. CHANGELOG_BEGIN CHANGELOG_END * ghcide: Use rules_haskell's hie-bios support * Document `ghcide` Bazel integration * Rename files to match module names Co-authored-by: Andreas Herrmann <andreas.herrmann@tweag.io>
19 lines
507 B
Python
19 lines
507 B
Python
# Copyright (c) 2020 The DAML Authors. 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",
|
|
"pom_template.xml",
|
|
],
|
|
visibility = ["//:__subpackages__"],
|
|
)
|