proto-lens-optparse 0.1.1.3 → 0.1.1.4
raw patch · 2 files changed
+6/−3 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
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.4+- Bump the dependency on `base` to support `ghc-8.6.1`.+ ## v0.1.1.3 - Bump the upper bound to `proto-lens-0.4`.
proto-lens-optparse.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: fa3ad61c3641cdcd75598b80af78647ccea21644a004dfc6219de61e92b48120+-- hash: 5247289bf92664aba861cc3f414598c79076709817bccacaf0eba00feaf4612f name: proto-lens-optparse-version: 0.1.1.3+version: 0.1.1.4 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@@ -34,7 +34,7 @@ hs-source-dirs: src build-depends:- base >=4.9 && <4.12+ base >=4.9 && <4.13 , optparse-applicative >=0.12 && <0.15 , proto-lens >=0.1 && <0.5 , text ==1.2.*