proto-lens-protobuf-types

Basic protocol buffer message types.

https://github.com/google/proto-lens#readme

Version on this page:0.6.0.0
LTS Haskell 20.26:0.7.1.2
Stackage Nightly 2023-12-26:0.7.1.3
Latest on Hackage:0.7.2.0

See all snapshots proto-lens-protobuf-types appears in

BSD-3-Clause licensed by Judah Jacobson
Maintained by [email protected]
This version can be pinned in stack with:proto-lens-protobuf-types-0.6.0.0@sha256:a60c9d64744904ed51488789d9715247bbc87d1af1d1d124bbc2c74b62e4b7a7,2828

This package provides bindings standard protocol message types, for use with the proto-lens library.

Changes

Changelog for proto-lens-protobuf-types

v0.6.0.0

  • Bump lower bounds to base-4.10 (ghc-8.2).
  • Support dependencies on base-4.13 (ghc-8.8) and lens-family-2.0.
  • Add new bindings Proto.Google.Protobuf.Descriptor and Proto.Google.Protobuf.Compiler.Plugin, which were previously exported by the proto-lens package.

v0.5.0.0

  • Bump upper bounds to support proto-lens-0.5.*.

v0.4.0.1

  • Bump the dependency on base to support ghc-8.6.1.

v0.4.0.0

  • Switch to proto-lens-{setup/runtime} v0.4.
  • Bump the lens-labels dependency to 0.3.* for consistency with other packages.

v0.3.0.2

  • Bump the lower bound on base to indicate we require ghc>=8.0.
  • Use autogen-modules. (#196)
  • Use OverloadedLabels internally, rather than the _Fields modules. (#198)

v0.3.0.1

  • Bump the dependency on base for ghc-8.4.2.

v0.3.0.0

  • Remove support for ghc-7.10. (#136)
  • Use a .cabal file that’s auto-generated from hpack. (#138)
  • Separate types into their own module, apart from field lenses. (#100)
  • Track proto-lens change: split the Message class into separate methods. (#139)

v0.2.2.0

  • Add the Data.ProtoLens.Any module for storing arbitrary Messages (#88).
  • Bump the dependency on base to support ghc-8.2.1.

v0.2.1.0

Initial version.