Skip to content

Commit

Permalink
Remove references to deprecated damlc from extractor (digital-asset#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
cocreature authored and neil-da committed Apr 16, 2019
1 parent 4bf2056 commit a0573b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions extractor/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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",
)
Expand Down

0 comments on commit a0573b1

Please sign in to comment.