proto-lens-jsonpb 0.2.0.0 → 0.2.0.1
raw patch · 1 files changed
+4/−3 lines, 1 filesdep ~aesondep ~proto-lens-runtimePVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: aeson, proto-lens-runtime
API changes (from Hackage documentation)
- Data.ProtoLens.JSONPB: typeMismatch :: () => String -> Value -> Parser a
+ Data.ProtoLens.JSONPB: typeMismatch :: String -> Value -> Parser a
- Data.ProtoLens.JSONPB: withObject :: () => String -> (Object -> Parser a) -> Value -> Parser a
+ Data.ProtoLens.JSONPB: withObject :: String -> (Object -> Parser a) -> Value -> Parser a
Files
- proto-lens-jsonpb.cabal +4/−3
proto-lens-jsonpb.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.4 name: proto-lens-jsonpb-version: 0.2.0.0+version: 0.2.0.1 synopsis: JSON protobuf encoding for proto-lens description: Please see the README on GitHub at <https://github.com/tclem/proto-lens-jsonpb#readme> homepage: https://github.com/tclem/proto-lens-jsonpb#readme@@ -17,6 +17,7 @@ tested-with: GHC == 8.6.5 , GHC == 8.8.1+ , GHC == 8.10.1 -- GHC extensions shared between targets common haskell@@ -39,9 +40,9 @@ common dependencies build-depends: base >=4.7 && <5- , aeson ^>= 1.4.5.0+ , aeson >=1.4 && <1.6 , bytestring >= 0.10.8- , proto-lens-runtime >= 0.5 && <0.7+ , proto-lens-runtime >= 0.5 && <0.8 , text ^>= 1.2.4.0 , vector >= 0.12.0.3 , attoparsec >= 0.13.2.3