packages feed

proto-lens-optparse-0.1.1.5: proto-lens-optparse.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: cf80d31c57dd2a8d9eaf3e42476c21aa8679e163ccd94267c19e640b96d54a0f

name:           proto-lens-optparse
version:        0.1.1.5
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.
category:       Data
homepage:       https://github.com/google/proto-lens#readme
bug-reports:    https://github.com/google/proto-lens/issues
author:         Andrew Pritchard
maintainer:     awpr+protolens@google.com
copyright:      Google Inc.
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    Changelog.md

source-repository head
  type: git
  location: https://github.com/google/proto-lens
  subdir: proto-lens-optparse

library
  exposed-modules:
      Data.ProtoLens.Optparse
  other-modules:
      Paths_proto_lens_optparse
  hs-source-dirs:
      src
  build-depends:
      base >=4.9 && <4.13
    , optparse-applicative >=0.13 && <0.15
    , proto-lens >=0.1 && <0.6
    , text ==1.2.*
  default-language: Haskell2010