packages feed

proto-lens-runtime 0.5.0.0 → 0.7.0.8

raw patch · 2 files changed

Files

Changelog.md view
@@ -1,5 +1,26 @@ # 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.
proto-lens-runtime.cabal view
@@ -1,13 +1,11 @@ cabal-version: 1.22 --- 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.39.1. -- -- see: https://github.com/sol/hpack------ hash: 2f702e7c9fcbed85f64e6b91cf9baa5585e5f7d8de0d23d362ef9ab0ac42abc0  name:           proto-lens-runtime-version:        0.5.0.0+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@@ -29,39 +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.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+      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.*-    , proto-lens ==0.5.*-    , text ==1.2.*-    , vector >=0.11 && <0.13+    , lens-family >=1.2 && <2.2+    , proto-lens ==0.7.*+    , text >=1.2 && <2.2+    , vector >=0.11 && <0.14   default-language: Haskell2010