packages feed

proto-lens-optparse-0.1.0.2: proto-lens-optparse.cabal

name:                proto-lens-optparse
version:             0.1.0.2
synopsis:            Adapting proto-lens to optparse-applicative ReadMs.
description:
   A package adapting proto-lens to optparse-applicative ReadMs.
   This gives an easy way to define options and arguments for
   text-format protobuf types.

homepage:            https://github.com/google/proto-lens
license:             BSD3
license-file:        LICENSE
author:              Andrew Pritchard
maintainer:          awpr+protolens@google.com
copyright:           Google Inc.
category:            Data
build-type:          Simple
cabal-version:       >=1.8

library
  hs-source-dirs: src
  exposed-modules:     Data.ProtoLens.Optparse
  build-depends:  proto-lens >= 0.1 && < 0.3
                , base >= 4.8 && < 4.10
                , optparse-applicative >= 0.12 && < 0.14
                , text == 1.2.*