packages feed

proto-lens-runtime 0.7.0.1 → 0.7.0.2

raw patch · 2 files changed

+7/−4 lines, 2 filesdep ~basedep ~bytestringdep ~textPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, bytestring, text

API changes (from Hackage documentation)

Files

Changelog.md view
@@ -1,5 +1,8 @@ # Changelog for `proto-lens-runtime` +## v0.7.0.2+- Relax upper bounds for ghc-9.2+ ## v0.7.0.0 - Bump upper bound to allow base-4.14. 
proto-lens-runtime.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           proto-lens-runtime-version:        0.7.0.1+version:        0.7.0.2 description:    Modules that are needed by the Haskell files generated by proto-lens-protoc. For forwards compatibility, we reexport them as new module names so that other packages don't accidentally write non-generated code that relies on these modules being reexported by this package. homepage:       https://github.com/google/proto-lens#readme bug-reports:    https://github.com/google/proto-lens/issues@@ -53,13 +53,13 @@     , Lens.Family2.Unchecked as Data.ProtoLens.Runtime.Lens.Family2.Unchecked     , Text.Read as Data.ProtoLens.Runtime.Text.Read   build-depends:-      base >=4.10 && <4.16-    , bytestring ==0.10.*+      base >=4.10 && <4.17+    , bytestring >=0.10 && <0.12     , containers >=0.5 && <0.7     , deepseq ==1.4.*     , filepath >=1.4 && <1.6     , lens-family >=1.2 && <2.2     , proto-lens ==0.7.*-    , text ==1.2.*+    , text >=1.2 && <2.1     , vector >=0.11 && <0.13   default-language: Haskell2010