packages feed

proto-lens-runtime 0.7.0.6 → 0.7.0.7

raw patch · 2 files changed

+6/−3 lines, 2 filesdep ~basedep ~containers

Dependency ranges changed: base, containers

Files

Changelog.md view
@@ -1,5 +1,8 @@ # Changelog for `proto-lens-runtime` +## v0.7.0.7+- Relax upper bounds for ghc-9.10.+ ## v0.7.0.3 - Support GHC 9.4 
proto-lens-runtime.cabal view
@@ -1,11 +1,11 @@ cabal-version: 1.22 --- 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-runtime-version:        0.7.0.6+version:        0.7.0.7 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,7 +53,7 @@     , Lens.Family2.Unchecked as Data.ProtoLens.Runtime.Lens.Family2.Unchecked     , Text.Read as Data.ProtoLens.Runtime.Text.Read   build-depends:-      base >=4.10 && <4.20+      base >=4.10 && <4.21     , bytestring >=0.10 && <0.13     , containers >=0.5 && <0.8     , deepseq >=1.4 && <1.6