File tree 3 files changed +9
-5
lines changed
proto-lens-protobuf-types
3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog for ` proto-lens-protobuf-types `
2
2
3
+ ## v0.7.1.2
4
+ - Add protobuf struct types (#438 )
5
+
3
6
## v0.7.1.1
4
7
- Relax upper bounds for ghc-9.2
5
8
Original file line number Diff line number Diff line change 1
1
name : proto-lens-protobuf-types
2
- version : ' 0.7.1.1 '
2
+ version : ' 0.7.1.2 '
3
3
synopsis : Basic protocol buffer message types.
4
4
description : >
5
5
This package provides bindings standard protocol message types,
@@ -62,5 +62,6 @@ library:
62
62
# Otherwise, "cabal check" complains (preventing upload to Hackage)
63
63
# because it expects it to be listed in autogen-modules.
64
64
# 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
Original file line number Diff line number Diff line change 1
1
cabal-version : 2.0
2
2
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 .
4
4
--
5
5
-- see: https://github.com/sol/hpack
6
6
7
7
name : proto-lens-protobuf-types
8
- version : 0.7.1.1
8
+ version : 0.7.1.2
9
9
synopsis : Basic protocol buffer message types.
10
10
description : This package provides bindings standard protocol message types, for use with the proto-lens library .
11
11
category : Data
You can’t perform that action at this time.
0 commit comments