proto-lens 0.7.1.4 → 0.7.1.5
raw patch · 1 files changed
+7/−7 lines, 1 filesdep ~basedep ~bytestringdep ~containersPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: base, bytestring, containers, deepseq, ghc-prim, primitive
API changes (from Hackage documentation)
- Data.ProtoLens.Message: instance Data.ProtoLens.Message.FieldDefault Data.ByteString.Internal.ByteString
+ Data.ProtoLens.Message: instance Data.ProtoLens.Message.FieldDefault Data.ByteString.Internal.Type.ByteString
- Data.ProtoLens.Encoding.Bytes: data Builder
+ Data.ProtoLens.Encoding.Bytes: data () => Builder
Files
- proto-lens.cabal +7/−7
proto-lens.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: proto-lens-version: 0.7.1.4+version: 0.7.1.5 synopsis: A lens-based implementation of protocol buffers in Haskell. description: The proto-lens library provides an API for protocol buffers using modern Haskell language and library patterns. Specifically, it provides: .@@ -58,15 +58,15 @@ hs-source-dirs: src build-depends:- base >=4.10 && <4.19- , bytestring >=0.10 && <0.12- , containers >=0.5 && <0.7- , deepseq ==1.4.*- , ghc-prim >=0.4 && <0.11+ base >=4.10 && <4.20+ , bytestring >=0.10 && <0.13+ , containers >=0.5 && <0.8+ , deepseq >=1.4 && <1.6+ , ghc-prim >=0.4 && <0.12 , lens-family >=1.2 && <2.2 , parsec ==3.1.* , pretty ==1.1.*- , primitive >=0.6 && <0.9+ , primitive >=0.6 && <0.10 , profunctors >=5.2 && <6.0 , tagged ==0.8.* , text >=1.2 && <2.2