proto-lens-protobuf-types

Basic protocol buffer message types.

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

Version on this page:0.3.0.1
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.3.0.1@sha256:57d727176adfaf965528efe8c3fc2234f92b69b523caab0a082b0cc9a4a92e4d,1822

Module documentation for 0.3.0.1

  • Data
    • Data.ProtoLens
      • Data.ProtoLens.Any
  • Proto
    • Proto.Google
      • Proto.Google.Protobuf
        • Proto.Google.Protobuf.Any
        • Proto.Google.Protobuf.Any_Fields
        • Proto.Google.Protobuf.Duration
        • Proto.Google.Protobuf.Duration_Fields
        • Proto.Google.Protobuf.Timestamp
        • Proto.Google.Protobuf.Timestamp_Fields
        • Proto.Google.Protobuf.Wrappers
        • Proto.Google.Protobuf.Wrappers_Fields

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

Changes

Changelog for proto-lens-protobuf-types

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.