daml/compiler
nickchapman-da a7891a32b5
Avoid duplicating template let bindings (#8259)
* update ghc-lib patch hash

* update stack-snapshot.yaml

* update ghc-lib patch again

changelog_begin
changelog_end

* update stack-snapshot.yaml

* bazel run @stackage-unpinned//:pin (on linux)

* update ghc patch -- no singleton tuples!

* update stack-snapshot.yaml

* update stackage_snapshot.json

* expect error just once, not repeated 5 times

* remove 4x: --ghc-option -Werror

* ghc-lib patch

* stackage_snapshot.json

* stackage_snapshot.json (really, last commit was the yaml)

* Revert "remove 4x: --ghc-option -Werror"

This reverts commit 34b65fc7b1.

* ci/da-ghc-lib/compile.yml

* stack-snapshot.yaml

* stackage_snapshot.json

* stack pin on windows
2020-12-18 14:33:28 +00:00
..
daml-extension Remove version header from vscode snippet (#7452) 2020-09-21 16:59:47 +02:00
daml-lf-ast Throw exceptions directly. (#8320) 2020-12-17 14:14:46 +00:00
daml-lf-proto Throw exceptions directly. (#8320) 2020-12-17 14:14:46 +00:00
daml-lf-reader HOTFIX bump versions for Haskell LF libraries (#8287) 2020-12-17 17:41:09 +11:00
daml-lf-tools Throw exceptions directly. (#8320) 2020-12-17 14:14:46 +00:00
daml-lf-verify Compiler: Clean compiler from from Exercise's actors (#8076) 2020-11-26 15:38:30 +01:00
damlc Avoid duplicating template let bindings (#8259) 2020-12-18 14:33:28 +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 Deprecate the "daml 1.2" version header. (#7513) 2020-09-29 13:14:59 +00:00
repl-service LF: Simplify Language Version representation (#8258) 2020-12-11 16:21:45 +01:00
scenario-service LF: retire ValueVersion (#8303) 2020-12-17 17:35:43 +01: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.