packages feed

proto-lens-runtime 0.4.0.2 → 0.7.0.8

raw patch · 2 files changed

Files

Changelog.md view
@@ -1,5 +1,30 @@ # 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.++## v0.7.0.3+- Support GHC 9.4++## v0.7.0.2+- Relax upper bounds for ghc-9.2++## v0.7.0.0+- Bump upper bound to allow base-4.14.++## v0.6.0.0+- Bump lower bounds to base-4.10 (ghc-8.2).+- Support dependencies on base-4.13 (ghc-8.8) and lens-family-2.0.+- Bump upper bounds to proto-lens-0.6.++## v0.5.0.0+- Export more modules from proto-lens, to support generated encoding/decoding+  and storing repeated fields as `Vector`s.+ ## v0.4.0.2 - Bump the dependencies on `base` and `containers` to support `ghc-8.6.1. 
proto-lens-runtime.cabal view
@@ -1,11 +1,11 @@--- This file has been generated from package.yaml by hpack version 0.28.2.+cabal-version: 1.22++-- This file has been generated from package.yaml by hpack version 0.39.1. -- -- see: https://github.com/sol/hpack------ hash: 507376feadce67c0c7c67e0db6321e910d879ae3de16e83c5916a758904452d4  name:           proto-lens-runtime-version:        0.4.0.2+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@@ -15,7 +15,6 @@ license:        BSD3 license-file:   LICENSE build-type:     Simple-cabal-version:  >= 1.22 extra-source-files:     Changelog.md @@ -28,30 +27,39 @@   other-modules:       Paths_proto_lens_runtime   reexported-modules:-      Prelude as Data.ProtoLens.Runtime.Prelude,-      Control.DeepSeq as Data.ProtoLens.Runtime.Control.DeepSeq,-      Data.Int as Data.ProtoLens.Runtime.Data.Int,-      Data.Word as Data.ProtoLens.Runtime.Data.Word,-      Data.ByteString as Data.ProtoLens.Runtime.Data.ByteString,-      Data.ByteString.Char8 as Data.ProtoLens.Runtime.Data.ByteString.Char8,-      Data.Map as Data.ProtoLens.Runtime.Data.Map,-      Data.ProtoLens as Data.ProtoLens.Runtime.Data.ProtoLens,-      Data.ProtoLens.Service.Types as Data.ProtoLens.Runtime.Data.ProtoLens.Service.Types,-      Data.ProtoLens.Message.Enum as Data.ProtoLens.Runtime.Data.ProtoLens.Message.Enum,-      Data.Text as Data.ProtoLens.Runtime.Data.Text,-      Lens.Family2 as Data.ProtoLens.Runtime.Lens.Family2,-      Lens.Family2.Unchecked as Data.ProtoLens.Runtime.Lens.Family2.Unchecked,-      Lens.Labels as Data.ProtoLens.Runtime.Lens.Labels,-      Lens.Labels.Prism as Data.ProtoLens.Runtime.Lens.Labels.Prism,-      Text.Read as Data.ProtoLens.Runtime.Text.Read+      Prelude as Data.ProtoLens.Runtime.Prelude+    , Control.DeepSeq as Data.ProtoLens.Runtime.Control.DeepSeq+    , Data.Int as Data.ProtoLens.Runtime.Data.Int+    , Data.Monoid as Data.ProtoLens.Runtime.Data.Monoid+    , Data.Word as Data.ProtoLens.Runtime.Data.Word+    , Data.ByteString as Data.ProtoLens.Runtime.Data.ByteString+    , Data.ByteString.Char8 as Data.ProtoLens.Runtime.Data.ByteString.Char8+    , Data.Map as Data.ProtoLens.Runtime.Data.Map+    , Data.ProtoLens as Data.ProtoLens.Runtime.Data.ProtoLens+    , Data.ProtoLens.Encoding.Bytes as Data.ProtoLens.Runtime.Data.ProtoLens.Encoding.Bytes+    , Data.ProtoLens.Encoding.Growing as Data.ProtoLens.Runtime.Data.ProtoLens.Encoding.Growing+    , Data.ProtoLens.Encoding.Parser.Unsafe as Data.ProtoLens.Runtime.Data.ProtoLens.Encoding.Parser.Unsafe+    , Data.ProtoLens.Field as Data.ProtoLens.Runtime.Data.ProtoLens.Field+    , Data.ProtoLens.Prism as Data.ProtoLens.Runtime.Data.ProtoLens.Prism+    , Data.ProtoLens.Encoding.Wire as Data.ProtoLens.Runtime.Data.ProtoLens.Encoding.Wire+    , Data.ProtoLens.Service.Types as Data.ProtoLens.Runtime.Data.ProtoLens.Service.Types+    , Data.ProtoLens.Message.Enum as Data.ProtoLens.Runtime.Data.ProtoLens.Message.Enum+    , Data.Text as Data.ProtoLens.Runtime.Data.Text+    , Data.Text.Encoding as Data.ProtoLens.Runtime.Data.Text.Encoding+    , Data.Vector as Data.ProtoLens.Runtime.Data.Vector+    , Data.Vector.Generic as Data.ProtoLens.Runtime.Data.Vector.Generic+    , Data.Vector.Unboxed as Data.ProtoLens.Runtime.Data.Vector.Unboxed+    , Lens.Family2 as Data.ProtoLens.Runtime.Lens.Family2+    , Lens.Family2.Unchecked as Data.ProtoLens.Runtime.Lens.Family2.Unchecked+    , Text.Read as Data.ProtoLens.Runtime.Text.Read   build-depends:-      base >=4.9 && <4.13-    , bytestring ==0.10.*-    , containers >=0.5 && <0.7-    , deepseq ==1.4.*+      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.*-    , lens-labels ==0.3.*-    , proto-lens ==0.4.*-    , text ==1.2.*+    , lens-family >=1.2 && <2.2+    , proto-lens ==0.7.*+    , text >=1.2 && <2.2+    , vector >=0.11 && <0.14   default-language: Haskell2010