proto-lens-optparse 0.1.1.5 → 0.1.1.6
raw patch · 2 files changed
+12/−6 lines, 2 filesdep ~basedep ~optparse-applicativedep ~proto-lensPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, optparse-applicative, proto-lens
API changes (from Hackage documentation)
Files
- Changelog.md +6/−0
- proto-lens-optparse.cabal +6/−6
Changelog.md view
@@ -1,5 +1,11 @@ # Changelog for `proto-lens-optparse` +## v0.1.1.6+- Bump lower bounds to base-4.10 (ghc-8.2).+- Support dependencies on base-4.13 (ghc-8.8) and optparse-applicative-0.15.+- Bump upper bounds for proto-lens-0.6.++ ## v0.1.1.5 - Bump the upper bound to `proto-lens-0.5.*`.
proto-lens-optparse.cabal view
@@ -1,13 +1,13 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.31.1.+-- This file has been generated from package.yaml by hpack version 0.31.2. -- -- see: https://github.com/sol/hpack ----- hash: cf80d31c57dd2a8d9eaf3e42476c21aa8679e163ccd94267c19e640b96d54a0f+-- hash: 123d1ea36927058ff8a1b9d40da9c3ad5f38d699cfd76696e5fddf75909a2136 name: proto-lens-optparse-version: 0.1.1.5+version: 0.1.1.6 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 +35,8 @@ hs-source-dirs: src build-depends:- base >=4.9 && <4.13- , optparse-applicative >=0.13 && <0.15- , proto-lens >=0.1 && <0.6+ base >=4.10 && <4.14+ , optparse-applicative >=0.13 && <0.16+ , proto-lens >=0.1 && <0.7 , text ==1.2.* default-language: Haskell2010