mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
10d7c2b5dc
mkConfFile was a bit of a mess before. Half of the arguments we passed in via `PackageConfigFields` were unused as shown by the fact that we set them to `error …` in various places where we did not have that information. More importantly rather than passing in the unit ids which need to end up in the GHC package config, we passed in file names which required us to parse the DAR again and have a bunch of hacks where file names with .dalf endings were not translated. This PR changes this to only pass in the fields we need and pass in dependencies directly as unit ids. changelog_begin changelog_end |
||
---|---|---|
.. | ||
src/Development/IDE/Core | ||
test/Development/IDE/Core/API | ||
BUILD.bazel | ||
dlint.yaml |