daml/compiler/daml-lf-reader
Moritz Kiefer 4413ecc118
Include package name in manifest file (#3805)
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.
2019-12-10 17:12:19 +01:00
..
src/DA/Daml/LF Include package name in manifest file (#3805) 2019-12-10 17:12:19 +01:00
BUILD.bazel language: suffix all dalfs dependencies in a dar with the pkgid. (#3668) 2019-12-05 11:47:45 +00:00