proto-lens-optparse 0.1.1.7 → 0.1.1.8
raw patch · 1 files changed
+4/−6 lines, 1 filesdep ~basedep ~optparse-applicativenew-uploaderPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, optparse-applicative
API changes (from Hackage documentation)
Files
proto-lens-optparse.cabal view
@@ -1,13 +1,11 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.33.0.+-- This file has been generated from package.yaml by hpack version 0.34.4. -- -- see: https://github.com/sol/hpack------ hash: b54ca0248b9af5412fc31e76f42ec6e7d0f3b04b20f9596e30d0aafbeab90272 name: proto-lens-optparse-version: 0.1.1.7+version: 0.1.1.8 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@@ -35,8 +33,8 @@ hs-source-dirs: src build-depends:- base >=4.10 && <4.15- , optparse-applicative >=0.13 && <0.16+ base >=4.10 && <4.16+ , optparse-applicative >=0.13 && <0.17 , proto-lens >=0.1 && <0.8 , text ==1.2.* default-language: Haskell2010