daml/compiler
Moritz Kiefer c48b0ee289 Move Any wrappers and Archive to stable packages (#3890)
* Move Any wrappers and Archive to stable packages

There are no actual API or functionality changes in this PR but the
logic for locating the stable packages has slightly changed since the
Any wrappers package only makes sense for LF 1.7. To address this, we
simply filter out stable packages for newer LF versions since it
doesn’t make sense to depend on those anyway.

CHANGELOG_BEGIN

- [DAML Compiler] Move ``Archive`` type to a separate DALF.

CHANGELOG_END

* More comments

* Fix java codegen tests

* fix more tests

* Force cache reset on Windows

* Revert "Force cache reset on Windows"

This reverts commit 9f2b7d70b2.
2019-12-19 01:26:38 +00:00
..
daml-extension Remove blog post notifications (#3794) 2019-12-09 15:41:56 -05:00
daml-lf-ast Move Any wrappers and Archive to stable packages (#3890) 2019-12-19 01:26:38 +00:00
daml-lf-proto separate type-synonyms from type-constructors (#3829) 2019-12-16 11:52:28 +00:00
daml-lf-reader Include package name in manifest file (#3805) 2019-12-10 17:12:19 +01:00
daml-lf-tools separate type-synonyms from type-constructors (#3829) 2019-12-16 11:52:28 +00:00
daml-licenses Remove dead dependency on jboss logging library (#3333) 2019-11-05 11:36:43 +01:00
damlc Move Any wrappers and Archive to stable packages (#3890) 2019-12-19 01:26:38 +00:00
ghcide Get ghcide from the new upstream repo (#2867) 2019-09-11 08:57:48 +02:00
hie-core Get ghcide from the new upstream repo (#2867) 2019-09-11 08:57:48 +02:00
lsp-tests Bump ghcide to fix flakiness in LSP tests (#3813) 2019-12-12 17:11:35 +01:00
scenario-service Remove mysterious hFlush stdout (#3825) 2019-12-12 09:36:47 +01:00
ghcide-daml.sh Replace Hazel by stack_snapshot (#2743) 2019-11-22 14:24:08 +00:00
README.md open-sourcing daml 2019-04-04 09:33:38 +01:00

DAML Compiler

This directory contains several libraries used by and the executable for the DAML compiler.

Libraries

  • daml-lf-ast: The DAML-LF AST and type checker.