daml/compiler
Moritz Kiefer 055be4b3cb
Disable deprecation warnings for data-dependencies (#10647)
Makes no sense to warn about this at this point since you cannot do
anything about this once that fails.

changelog_begin
changelog_end
2021-08-23 16:39:57 +02:00
..
daml-extension feature: persist script view config in worspace (#10521) 2021-08-09 18:24:14 +02:00
daml-lf-ast Compiler: Make LF 1.14 the default output (#10394) 2021-07-28 12:14:56 +02:00
daml-lf-proto LF: Clean legacy from archive proto + TEXT_TO_CODE_POINTS typo (#10286) 2021-07-15 16:01:08 +02:00
daml-lf-reader DEL-8657 update version info for Haskell LF libraries (#10160) 2021-07-02 09:46:53 +10:00
daml-lf-tools LF: Drop Builtin Exceptions completly (#9790) 2021-05-26 19:30:44 +02:00
daml-lf-verify Daml-LF: Damlification of Scala/Haskell files (#9666) 2021-05-20 09:52:33 +02:00
damlc Disable deprecation warnings for data-dependencies (#10647) 2021-08-23 16:39:57 +02: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 and upgrade to lsp/lsp-types (#10139) 2021-06-30 12:16:12 +00:00
repl-service LF: use Either by default in all archive reader API (#10295) 2021-07-19 19:48:37 +02:00
scenario-service Fix display of unhandled exceptions in the scenario service (#10572) 2021-08-12 14:35:26 +02:00
README.md Daml case and logo (#8433) 2021-01-08 12:50:15 +00: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.