daml/compiler
Robin Krom 731b409537
compiler: follow ghc convention and put conf files in package.conf.d dir (#978)
* compiler: follow ghc convention and put conf files in package.conf.d dir

We follow the ghc convention and locate all .conf files for the package
database in the `package.conf.d` dir.

* addressed neil's comment
2019-05-08 14:23:04 +02:00
..
daml-lf-ast Delete DA.Prelude (#914) 2019-05-04 18:51:56 +01:00
daml-lf-proto Delete DA.Prelude (#914) 2019-05-04 18:51:56 +01:00
daml-lf-tools Delete DA.Prelude (#914) 2019-05-04 18:51:56 +01:00
haskell-ide-core compiler: follow ghc convention and put conf files in package.conf.d dir (#978) 2019-05-08 14:23:04 +02:00
scenario-service Daml lf type safty (Party & PackageId) (#761) 2019-05-06 20:40:43 +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.