Skip to content

Commit e3d2c32

Browse files
committed
Release proto-lens-protobuf-types-0.7.1.2
Minor tweaks to its package.yaml to work with newer hpack-0.35.
1 parent 058ee44 commit e3d2c32

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

proto-lens-protobuf-types/Changelog.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog for `proto-lens-protobuf-types`
22

3+
## v0.7.1.2
4+
- Add protobuf struct types (#438)
5+
36
## v0.7.1.1
47
- Relax upper bounds for ghc-9.2
58

proto-lens-protobuf-types/package.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: proto-lens-protobuf-types
2-
version: '0.7.1.1'
2+
version: '0.7.1.2'
33
synopsis: Basic protocol buffer message types.
44
description: >
55
This package provides bindings standard protocol message types,
@@ -62,5 +62,6 @@ library:
6262
# Otherwise, "cabal check" complains (preventing upload to Hackage)
6363
# because it expects it to be listed in autogen-modules.
6464
# For details, see https://github.com/sol/hpack/issues/303.
65-
verbatim:
66-
other-modules:
65+
when:
66+
- condition: false
67+
other-modules: Paths_proto_lens_protobuf_types

proto-lens-protobuf-types/proto-lens-protobuf-types.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
cabal-version: 2.0
22

3-
-- This file has been generated from package.yaml by hpack version 0.34.4.
3+
-- This file has been generated from package.yaml by hpack version 0.35.0.
44
--
55
-- see: https://github.com/sol/hpack
66

77
name: proto-lens-protobuf-types
8-
version: 0.7.1.1
8+
version: 0.7.1.2
99
synopsis: Basic protocol buffer message types.
1010
description: This package provides bindings standard protocol message types, for use with the proto-lens library.
1111
category: Data

0 commit comments

Comments
 (0)