proto-lens-runtime 0.7.0.7 → 0.7.0.8
raw patch · 2 files changed
+9/−5 lines, 2 filesdep ~bytestring
Dependency ranges changed: bytestring
Files
- Changelog.md +4/−0
- proto-lens-runtime.cabal +5/−5
Changelog.md view
@@ -1,5 +1,9 @@ # Changelog for `proto-lens-runtime` +## v0.7.0.8+- Support GHC 9.12.+- Support GHC 9.14.+ ## v0.7.0.7 - Relax upper bounds for ghc-9.10.
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.37.0.+-- This file has been generated from package.yaml by hpack version 0.39.1. -- -- see: https://github.com/sol/hpack name: proto-lens-runtime-version: 0.7.0.7+version: 0.7.0.8 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,9 +53,9 @@ , Lens.Family2.Unchecked as Data.ProtoLens.Runtime.Lens.Family2.Unchecked , Text.Read as Data.ProtoLens.Runtime.Text.Read build-depends:- base >=4.10 && <4.21- , bytestring >=0.10 && <0.13- , containers >=0.5 && <0.8+ base >=4.10 && <4.23+ , bytestring >=0.10 && <0.14+ , containers >=0.5 && <0.9 , deepseq >=1.4 && <1.6 , filepath >=1.4 && <1.6 , lens-family >=1.2 && <2.2