packages feed

proto-lens-optparse 0.1.1.8 → 0.1.1.9

raw patch · 2 files changed

+7/−4 lines, 2 filesdep ~basedep ~optparse-applicativedep ~textPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, optparse-applicative, text

API changes (from Hackage documentation)

Files

Changelog.md view
@@ -1,5 +1,8 @@ # Changelog for `proto-lens-optparse` +## v0.1.1.9+- Bump some bounds for ghc-9.2.2 compatibility.+ ## v0.1.1.7 - Bump upper bound to allow base-4.14. 
proto-lens-optparse.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           proto-lens-optparse-version:        0.1.1.8+version:        0.1.1.9 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,8 +33,8 @@   hs-source-dirs:       src   build-depends:-      base >=4.10 && <4.16-    , optparse-applicative >=0.13 && <0.17+      base >=4.10 && <4.17+    , optparse-applicative >=0.13 && <0.18     , proto-lens >=0.1 && <0.8-    , text ==1.2.*+    , text >=1.2 && <2.1   default-language: Haskell2010