proto-lens-optparse 0.1.1.12 → 0.1.1.13
raw patch · 2 files changed
+6/−3 lines, 2 filesdep ~basedep ~optparse-applicativePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, optparse-applicative
API changes (from Hackage documentation)
Files
- Changelog.md +3/−0
- proto-lens-optparse.cabal +3/−3
Changelog.md view
@@ -1,5 +1,8 @@ # Changelog for `proto-lens-optparse` +## v0.1.1.13+- Bump upper bound for ghc-9.10.+ ## v0.1.1.9 - Bump some bounds for ghc-9.2.2 compatibility.
proto-lens-optparse.cabal view
@@ -1,11 +1,11 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.36.0.+-- 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.12+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@@ -33,7 +33,7 @@ hs-source-dirs: src build-depends:- base >=4.10 && <4.20+ base >=4.10 && <4.21 , optparse-applicative >=0.13 && <0.19 , proto-lens >=0.1 && <0.8 , text >=1.2 && <2.2