Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ghc-lib to include dropped parsing code for generic templates #10735

Merged
merged 7 commits into from
Sep 1, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
drop other broken file
changelog_begin
changelog_end
  • Loading branch information
cocreature committed Sep 1, 2021
commit 98e4dd9593cd86b06743b9d5b07616e90b8b5ee7
2 changes: 1 addition & 1 deletion compiler/damlc/tests/daml-test-files/TemplateHeaders.daml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ template A with
with newParty: Party
do create A with pa = newParty

template () => D
template D
with
pd: Party
where
Expand Down