packages feed

proto-lens-jsonpb 0.2.1 → 0.2.2

raw patch · 2 files changed

+5/−5 lines, 2 filesdep ~textnew-uploaderPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: text

API changes (from Hackage documentation)

- Data.ProtoLens.JSONPB: class FromJSON a
+ Data.ProtoLens.JSONPB: class () => FromJSON a
- Data.ProtoLens.JSONPB: class ToJSON a
+ Data.ProtoLens.JSONPB: class () => ToJSON a
- Data.ProtoLens.JSONPB: data Value
+ Data.ProtoLens.JSONPB: data () => Value

Files

README.md view
@@ -9,7 +9,7 @@ 1. Install `protoc` (e.g., `brew install protoc`) 2. Install the required protoc plugins:    - `cabal install proto-lens-protoc`-   - `go get github.com/tclem/proto-lens-jsonpb/protoc-gen-jsonpb_haskell`+   - `go install github.com/tclem/proto-lens-jsonpb/protoc-gen-jsonpb_haskell`  ## Usage 
proto-lens-jsonpb.cabal view
@@ -1,7 +1,7 @@ cabal-version:  2.4  name:           proto-lens-jsonpb-version:        0.2.1+version:        0.2.2 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@@ -16,8 +16,8 @@ extra-source-files: README.md  tested-with:    GHC == 8.10.1-              , GHC == 9.0.1-              , GHC == 9.2.1+              , GHC == 9.2.4+              , GHC == 9.4.2  -- GHC extensions shared between targets common haskell@@ -43,7 +43,7 @@     , aeson >= 1.4.2.0 && < 3     , bytestring >= 0.10.8.2 && < 0.13     , proto-lens-runtime >= 0.5 && <0.8-    , text ^>= 1.2.3.2+    , text >= 1.2 && < 3     , vector >= 0.12.0.3     , attoparsec >= 0.13.2.3     , base64-bytestring >= 1