proto-lens-runtime 0.6.0.0 → 0.7.0.0
raw patch · 2 files changed
+33/−30 lines, 2 filesdep ~basedep ~proto-lensnew-uploaderPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, proto-lens
API changes (from Hackage documentation)
Files
- Changelog.md +3/−0
- proto-lens-runtime.cabal +30/−30
Changelog.md view
@@ -1,5 +1,8 @@ # Changelog for `proto-lens-runtime` +## 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.
proto-lens-runtime.cabal view
@@ -1,13 +1,13 @@ cabal-version: 1.22 --- This file has been generated from package.yaml by hpack version 0.31.2.+-- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack ----- hash: ce6895b8f9e6e9d586ec39a02af11472517758c19702753d1a19fa6d498b0618+-- hash: 8ad7a66146d22a1ecfa2e680b965fa18e0549a3e459bfa81458ee582fa559033 name: proto-lens-runtime-version: 0.6.0.0+version: 0.7.0.0 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 +29,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.10 && <4.14+ base >=4.10 && <4.15 , bytestring ==0.10.* , containers >=0.5 && <0.7 , deepseq ==1.4.* , filepath >=1.4 && <1.6 , lens-family >=1.2 && <2.1- , proto-lens ==0.6.*+ , proto-lens ==0.7.* , text ==1.2.* , vector >=0.11 && <0.13 default-language: Haskell2010