daml/bazel_tools/ghc-lib/BUILD.ghc
Andreas Herrmann 18a9c93549
Bazelify ghc-lib (#12508)
Co-authored-by: Andreas Herrmann <andreas.herrmann@tweag.io>
Co-authored-by: Claudio Bley <claudio.bley@digitalasset.com>
2022-05-19 10:49:16 +02:00

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()