File tree 10 files changed +24
-3
lines changed
proto-lens-protobuf-types
10 files changed +24
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog for ` proto-lens-arbitrary `
2
2
3
+ ## v0.1.2.9
4
+ - Bump upper bound to allow base-4.14.
5
+
3
6
## v0.1.2.8
4
7
- Bump lower bounds to base-4.10 (ghc-8.2).
5
8
- Bump upper bounds for proto-lens-0.6.
Original file line number Diff line number Diff line change 1
1
name : proto-lens-arbitrary
2
- version : " 0.1.2.8 "
2
+ version : " 0.1.2.9 "
3
3
synopsis : Arbitrary instances for proto-lens.
4
4
description : >
5
5
The proto-lens-arbitrary allows generating arbitrary messages for
Original file line number Diff line number Diff line change 1
1
# Changelog for ` proto-lens-optparse `
2
2
3
+ ## v0.1.1.7
4
+ - Bump upper bound to allow base-4.14.
5
+
3
6
## v0.1.1.6
4
7
- Bump lower bounds to base-4.10 (ghc-8.2).
5
8
- Support dependencies on base-4.13 (ghc-8.8) and optparse-applicative-0.15.
Original file line number Diff line number Diff line change 1
1
name : proto-lens-optparse
2
- version : ' 0.1.1.6 '
2
+ version : ' 0.1.1.7 '
3
3
synopsis : Adapting proto-lens to optparse-applicative ReadMs.
4
4
description : >
5
5
A package adapting proto-lens to optparse-applicative ReadMs.
Original file line number Diff line number Diff line change 3
3
## v0.7.0.0
4
4
- Add the module ` Data.ProtoLens.Descriptor ` . It exposes ` messageDescriptor ` ,
5
5
which makes it easier to get the descriptor proto for a given message type.
6
+ - Bump upper bound to allow base-4.14.
6
7
7
8
## v0.6.0.0
8
9
- Bump lower bounds to base-4.10 (ghc-8.2).
Original file line number Diff line number Diff line change 1
1
# Changelog for ` proto-lens-protoc `
2
2
3
3
## v0.7.0.0
4
+ - Support GHC 8.10.
4
5
- Support ` proto-lens ` changes for the new method ` packedMessageDescriptor ` .
6
+ - Bump upper bound to allow base-4.14.
7
+ - Bump to ghc-source-gen-0.4.0.0.
5
8
6
9
### Breaking Changes
7
10
- Reexport transitive definitions from modules generated for ` .proto ` files
Original file line number Diff line number Diff line change 1
1
# Changelog for ` proto-lens-runtime `
2
2
3
+ ## v0.7.0.0
4
+ - Bump upper bound to allow base-4.14.
5
+
3
6
## v0.6.0.0
4
7
- Bump lower bounds to base-4.10 (ghc-8.2).
5
8
- Support dependencies on base-4.13 (ghc-8.8) and lens-family-2.0.
Original file line number Diff line number Diff line change 1
1
# Changelog for ` proto-lens-setup `
2
2
3
+ ## v0.4.0.4
4
+ - Bump upper bound to allow base-4.14.
5
+ - Bump upper bound to allow Cabal-3.2.
6
+
3
7
## v0.4.0.3
4
8
- Bump lower bounds to base-4.10 (ghc-8.2) and Cabal-2.0.
5
9
- Support dependencies on base-4.13 (ghc-8.8) and Cabal-3.0.
Original file line number Diff line number Diff line change 1
1
name : proto-lens-setup
2
- version : ' 0.4.0.3 '
2
+ version : ' 0.4.0.4 '
3
3
synopsis : ' Cabal support for codegen with proto-lens.'
4
4
description : |
5
5
This package provides Cabal support for the @proto-lens@ package.
Original file line number Diff line number Diff line change 1
1
# Changelog for ` proto-lens `
2
2
3
3
## v0.7.0.0
4
+ - Support GHC 8.10.
4
5
- Add a method to ` Data.ProtoLens.Message ` for getting the ` DescriptorProto `
5
6
of a given message. For a simpler API, see ` Data.ProtoLens.Descriptor `
6
7
from ` proto-lens-protobuf-types ` .
8
+ - Bump ghc-source-gen to version 0.4.0.0.
9
+ - Bump upper bound to allow base-4.14.
10
+ - Bump upper bound to allow ghc-prim-0.6.
7
11
8
12
## v0.6.0.0
9
13
You can’t perform that action at this time.
0 commit comments