DEL-8657 update version info for Haskell LF libraries (#10160)

* DEL-8657 update version info for Haskell LF libraries

CHANGELOG_BEGIN
CHANGELOG_END

* DEL-8657 add a missing module
This commit is contained in:
Jost Berthold 2021-07-02 09:46:53 +10:00 committed by GitHub
parent 2381638f49
commit 8a6e3ee95b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 5 deletions

View File

@ -17,7 +17,7 @@ mkdir -p $TARGET_DIR
# This version needs to be adapted in all cabal files, too
# The script below will fail on the `cp` command otherwise.
LIB_VERSION="0.1.13.0"
LIB_VERSION="0.1.15.0"
package_from_dir() {
local dir=$1

View File

@ -1,7 +1,7 @@
cabal-version: 2.4
name: daml-lf-ast
build-type: Simple
version: 0.1.13.0
version: 0.1.15.0
synopsis: DAML-LF AST
license: Apache-2.0
author: Digital Asset

View File

@ -1,7 +1,7 @@
cabal-version: 2.4
name: daml-lf-proto
build-type: Simple
version: 0.1.13.0
version: 0.1.15.0
synopsis: DAML-LF Protobuf Encoding
license: Apache-2.0
author: Digital Asset

View File

@ -1,7 +1,7 @@
cabal-version: 2.4
name: daml-lf-reader
build-type: Simple
version: 0.1.13.0
version: 0.1.15.0
synopsis: DAML-LF Archive reader
license: Apache-2.0
author: Digital Asset

View File

@ -1,7 +1,7 @@
cabal-version: 2.4
name: da-hs-base
build-type: Simple
version: 0.1.13.0
version: 0.1.15.0
synopsis: Kitchen sink package for common functionality shared between packages
license: Apache-2.0
author: Digital Asset
@ -65,6 +65,7 @@ library
DA.Service.Logger.Impl.Pure
DA.Signals
Data.Conduit.Tar.Extra
Data.List.Extended
Data.NameMap
Data.Semigroup.FixedPoint
Data.Text.Extended