packages feed

jsonrpc-conduit 0.3.5 → 0.3.6

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~aesonPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: aeson

API changes (from Hackage documentation)

Files

jsonrpc-conduit.cabal view
@@ -1,5 +1,5 @@ name:                jsonrpc-conduit-version:             0.3.5+version:             0.3.6 synopsis:            JSON-RPC 2.0 server over a Conduit. description:   @jsonrpc-conduit@ implements the basic building block of a JSON-RPC 2.0 server.@@ -32,7 +32,7 @@                        Data.Conduit.JsonRpc.Methods,                        Data.Conduit.JsonRpc.Server   build-depends:       base >=4 && <5,-                       aeson >=0.7 && <1.6,+                       aeson >=0.7 && <2.1,                        attoparsec >=0.11 && <0.15,                        bytestring >=0.10 && <0.12,                        conduit >=1.2.8 && <1.4,@@ -50,7 +50,7 @@   main-is:             Spec.hs   other-modules:       Data.Conduit.JsonRpc.ServerSpec   build-depends:       base >=4 && <5,-                       aeson >=0.7 && <1.6,+                       aeson >=0.7 && <2.1,                        bytestring >=0.10 && <0.12,                        conduit >=1.2.8 && <1.4,                        conduit-extra >=1.1 && <1.4,