daml/compiler
Robin Krom 3d960c708f language: make only needed packages visible for cross sdk imports (#3503)
* language: make only needed packages visible for cross sdk imports

This gives us more control over what packages are visible in the package
database during cross sdk imports and makes sure we're not accidentally
picking up the wrong one.

* Update compiler/damlc/lib/DA/Cli/Damlc/Packaging.hs

Co-Authored-By: Moritz Kiefer <moritz.kiefer@purelyfunctional.org>

* deal with evil dalf imports
2019-11-18 21:08:33 +00:00
..
daml-extension Bazel 1.1 (#3249) 2019-11-11 10:06:03 +01:00
daml-lf-ast Add GenMap support in the compiler. (#3437) 2019-11-13 13:05:53 +00:00
daml-lf-proto Add GenMap support in the compiler. (#3437) 2019-11-13 13:05:53 +00:00
daml-lf-reader language: parse sdk version from manifest (#3262) 2019-10-28 17:45:06 +01:00
daml-lf-tools Add GenMap support in the compiler. (#3437) 2019-11-13 13:05:53 +00:00
daml-licenses Remove dead dependency on jboss logging library (#3333) 2019-11-05 11:36:43 +01:00
damlc language: make only needed packages visible for cross sdk imports (#3503) 2019-11-18 21:08:33 +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 Fix race condition in LSP stress tests (#3482) 2019-11-15 09:27:39 +00:00
scenario-service add genmap in scenario service (#3483) 2019-11-15 12:39:48 +01:00
ghcide-daml.sh Get ghcide from the new upstream repo (#2867) 2019-09-11 08:57:48 +02: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.