From c7eb05be6ab2fd7623e174b704e6c45a2a46a082 Mon Sep 17 00:00:00 2001 From: Rohan Jacob-Rao Date: Mon, 16 Sep 2019 13:31:44 -0400 Subject: [PATCH] Hlint update + release note (#2923) * Update hlint version corresponding to ghc-lib update * Add missing release note for corresponding compiler fix --- WORKSPACE | 2 +- unreleased.rst | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/WORKSPACE b/WORKSPACE index 841e8a9ea9ba..f13df0e5787f 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -562,7 +562,7 @@ hazel_repositories( # Read [Working on ghc-lib] for ghc-lib update instructions at # https://github.com/digital-asset/daml/blob/master/ghc-lib/working-on-ghc-lib.md. hazel_ghclibs(GHC_LIB_VERSION, "aad0c0ddae6575dd2c360580417e9ae68b59f97433bb75ba2356ec32605010b9", "083c727c854019a847b8a4d831932f4d021a17fdcecee0b31d2aff0665c6ad4f") + - hazel_github_external("digital-asset", "hlint", "c5a1baaf05bae57dd27653fd624581cd4f811c86", "5e43b9c79da0251f8b451495e8a426386e9cbf977c0824a0034cc921e5f331b1") + + hazel_github_external("digital-asset", "hlint", "db0b8f15624d0f5ba7a8062dfe6efb2cbf981e9e", "8a50fbe5aabda59f88550b0fd6d7dff10e2d1e6789c95e142a0d553cc09d05dd") + hazel_github_external("awakesecurity", "proto3-wire", "4f355bbac895d577d8a28f567ab4380f042ccc24", "031e05d523a887fbc546096618bc11dceabae224462a6cdd6aab11c1658e17a3") + hazel_github_external( "awakesecurity", diff --git a/unreleased.rst b/unreleased.rst index 834a8b379c51..62727189ccc7 100644 --- a/unreleased.rst +++ b/unreleased.rst @@ -16,3 +16,4 @@ HEAD — ongoing + [Ledger] Upgraded ledger-api server H2 Database version to 1.4.199 with stability fixes including one to the ``merge`` statement. + [DAML Integration Kit] One more test case added. Transaction service tests are not multi-node aware. + [DAML Integration Kit] Semantic tests now ensure synchronization across participants when running in a multi-node setup. ++ [DAML Compiler] Fix bug with qualified imports of generic templates.