mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
18a9c93549
Co-authored-by: Andreas Herrmann <andreas.herrmann@tweag.io> Co-authored-by: Claudio Bley <claudio.bley@digitalasset.com>
8 lines
407 B
Plaintext
8 lines
407 B
Plaintext
load("@com_github_digital_asset_daml//bazel_tools/ghc-lib:defs.bzl", "ghc")
|
|
|
|
# Note, we use this indirection to avoid a re-fetch of the GHC repository on
|
|
# changes of the build definitions.
|
|
# See https://docs.bazel.build/versions/main/external.html#caching-of-external-dependencies
|
|
# > Changes to files referenced in the definition (e.g., patches or BUILD files) are also taken into account by bazel.
|
|
ghc()
|