mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
.. | ||
c | ||
haskell | ||
jvm | ||
BUILD | ||
dependencies.digest | ||
NO_AUTO_COPYRIGHT | ||
README.md | ||
workspace.bzl |
Third-Party JVM Dependencies
This subtree contains a Bazel workspace file workspace.bzl
and BUILD
files
underneath jvm/
describing external Java and Scala dependencies. These files
are automatically generated and should not be modified manually. If you need to
add a third party dependency then modify the file dependencies.yaml
in the
repository root and re-run bazel-deps
in order to regenerate these files as
described at the top of the file dependencies.yaml
.
Third-Party Haskell Dependencies
The haskell/
subtree contains BUILD
files defining custom Hazel builds for
Cabal packages imported via Hazel's hazel_custom_package_*
rules in the
WORKSPACE
.