daml/compiler/damlc/daml-lf-conversion
Moritz Kiefer e769264ddf Move all datatypes out of daml-prim (#3791)
* Move all datatypes out of daml-prim

This moves the remaining two modules DA.Types and GHC.Tuple to
separate LF packages with stable identifiers.

The only data types remaining are the ones for typeclasses which will
disappear once we move this to type synonyms.

CHANGELOG_BEGIN

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

CHANGELOG_END

* Fix codegen tests

* Fix DarReader test

* Fix kvutils tests

* Fix jdbcdao tests

* Fix hs ledger bindings tests
2019-12-10 09:19:16 +01:00
..
src/DA/Daml Move all datatypes out of daml-prim (#3791) 2019-12-10 09:19:16 +01:00
BUILD.bazel Improve the error message for polymorphic numeric literals (#3672) 2019-11-29 08:51:32 +00:00