Remove references to deprecated damlc from extractor (#513)

This commit is contained in:
Moritz Kiefer 2019-04-16 11:14:23 +02:00 committed by Neil Mitchell
parent 4bf20566e8
commit a0573b1228

View File

@ -47,14 +47,12 @@ daml_compile(
daml_compile(
name = "PrimitiveTypes",
damlc = "//daml-foundations/daml-tools/da-hs-damlc-app:da-hs-damlc-app-deprecated",
main_src = "src/test/resources/damls/PrimitiveTypes.daml",
target = "1.3",
)
daml_compile(
name = "TransactionExample",
damlc = "//daml-foundations/daml-tools/da-hs-damlc-app:da-hs-damlc-app-deprecated",
main_src = "src/test/resources/damls/TransactionExample.daml",
target = "1.3",
)