daml/daml-assistant
Moritz Kiefer ba30e86911
Split wired-in modules into separate LF packages (#3696)
This is a first step towards making sure that the package ids for
types defined in daml-prim and daml-stdlib don’t change. This PR
mostly adds all the necessary infrastructure for that and moves
GHC.Types and GHC.Prim to make sure it works.

Until data-dependencies are really solid and we have verified that we
no longer have performance issues with an increasing number of Haskell
packages, we still include the source files in daml-prim and then just
rewrite the references.

We will also need to add tests that these packages really have stable
ids but I’ll leave that for separate PRs since this doesn’t make that
much sense anyway until all of the types have moved to stable
packages.

CHANGELOG_BEGIN

- [DAML Compiler] The modules GHC.Prim and GHC.Types from daml-prim
have been moved to separate packages.

CHANGELOG_END
2019-12-04 16:42:48 +01:00
..
daml-helper Avoid running navigator from a temporary directory in daml ledger navigator (#3718) 2019-12-04 10:36:31 +01:00
daml-project-config/DA/Daml/Project Set Sdk-Version in DAR Manifest to compiler SDK version. (#3587) 2019-11-22 16:25:58 +00:00
daml-sdk Reduce SDK tarball size by 70% by deduplicating Scala dependencies. (#3678) 2019-11-29 13:26:47 +00:00
exe/DA/Daml Robuster logic for --install-assistant=auto (#2656) 2019-08-26 10:02:19 +00:00
integration-tests Split wired-in modules into separate LF packages (#3696) 2019-12-04 16:42:48 +01:00
scala-daml-project-config Upload codegen fat-jars to maven central (#3476) 2019-11-14 18:40:54 +01:00
src/DA/Daml/Assistant Robuster logic for --install-assistant=auto (#2656) 2019-08-26 10:02:19 +00:00
test/DA/Daml/Assistant update copyright notices (#2499) 2019-08-13 17:23:03 +01:00
BUILD.bazel Rename hazel_deps to hackage_deps (#2789) 2019-09-06 09:01:09 +00:00
daml-project-config.cabal Supporting producing sdist tarballs for the HS ledger bindings (#2336) 2019-07-30 14:34:16 +02:00
get-daml.sh Delete temp directory in get-daml.sh (#3233) 2019-10-18 17:02:02 +01:00