proto-lens-optparse

Adapting proto-lens to optparse-applicative ReadMs.

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

Version on this page:0.1.1.0
LTS Haskell 22.19:0.1.1.12
Stackage Nightly 2024-05-01:0.1.1.12
Latest on Hackage:0.1.1.12

See all snapshots proto-lens-optparse appears in

BSD-3-Clause licensed by Andrew Pritchard
Maintained by [email protected]
This version can be pinned in stack with:proto-lens-optparse-0.1.1.0@sha256:9978bdf4b89cf1cc12538bba7e0c14a2042a52d4a8d56801ae5f85aa8ea9952f,1278

Module documentation for 0.1.1.0

A package adapting proto-lens to optparse-applicative ReadMs. This gives an easy way to define options and arguments for text-format protobuf types.

Changes

Changelog for proto-lens-optparse

v0.1.1.0

  • Add MessageEnum ReadM and option builders (#181).

v0.1.0.5

  • Remove support for ghc-7.10. (#136)
  • Use a .cabal file that’s auto-generated from hpack. (#138)

v0.1.0.4

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

v0.1.0.3

  • Bump the dependency for optparse-applicative-0.14.

v0.1.0.2

  • Bump the dependencies for optparse-applicative-0.13 and proto-lens-0.2.

v0.1.0.1

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

v0.1.0.0

Initial version.