packages feed

Cabal revisions of proto-lens-optparse-0.1.1.13

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-cabal-version: 1.12---- This file has been generated from package.yaml by hpack version 0.37.0.------ see: https://github.com/sol/hpack--name:           proto-lens-optparse-version:        0.1.1.13-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.10 && <4.21-    , optparse-applicative >=0.13 && <0.19-    , proto-lens >=0.1 && <0.8-    , text >=1.2 && <2.2-  default-language: Haskell2010+cabal-version: 1.12
+
+-- This file has been generated from package.yaml by hpack version 0.39.3.
+--
+-- see: https://github.com/sol/hpack
+
+name:           proto-lens-optparse
+version:        0.1.1.13
+x-revision: 1
+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.10 && <4.23
+    , optparse-applicative >=0.13 && <0.20
+    , proto-lens >=0.1 && <0.8
+    , text >=1.2 && <2.2
+  default-language: Haskell2010