mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
4413ecc118
Currently, we generate the `depends` field in the ghc-pkg config file based on the file name of the DARs in the `dependencies` field in `daml.yaml`. This falls apart when you use the -o option to `daml build` since `ghc-pkg` will complain about missing packages. This PR adds the name to the manifest so that we can generate the `depends` field based on that but I’ll leave that change for a separate PR. |
||
---|---|---|
.. | ||
src/DA/Daml/LF | ||
BUILD.bazel |