packages feed

jsonrpc-conduit 0.2.5 → 0.2.6

raw patch · 1 files changed

+11/−11 lines, 1 filesdep ~aesondep ~attoparsecdep ~conduitPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: aeson, attoparsec, conduit, conduit-extra, text

API changes (from Hackage documentation)

Files

jsonrpc-conduit.cabal view
@@ -1,5 +1,5 @@ name:                jsonrpc-conduit-version:             0.2.5+version:             0.2.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.@@ -33,13 +33,13 @@   exposed-modules:     Data.Conduit.JsonRpc.Methods,                        Data.Conduit.JsonRpc.Server   build-depends:       base >=4 && <5,-                       aeson ==0.7.*,-                       attoparsec ==0.11.*,+                       aeson >=0.7 && <0.9,+                       attoparsec >=0.11 && <0.13,                        bytestring ==0.10.*,-                       conduit ==1.1.*,-                       conduit-extra ==1.1.*,+                       conduit >=1.1 && <1.3,+                       conduit-extra >=1.1 && <1.3,                        mtl >=2.1 && <2.3,-                       text ==1.1.*,+                       text >=1.1 && <1.3,                        transformers >=0.3 && <0.5,                        unordered-containers ==0.2.* @@ -51,12 +51,12 @@   other-modules:       Data.Conduit.JsonRpc.Methods,                        Data.Conduit.JsonRpc.Server   build-depends:       base >=4 && <5,-                       aeson ==0.7.*,-                       attoparsec ==0.11.*,+                       aeson >=0.7 && <0.9,+                       attoparsec >=0.11 && <0.13,                        bytestring ==0.10.*,-                       conduit ==1.1.*,-                       conduit-extra ==1.1.*,+                       conduit >=1.1 && <1.3,+                       conduit-extra >=1.1 && <1.3,                        mtl >=2.1 && <2.3,-                       text ==1.1.*,+                       text >=1.1 && <1.3,                        transformers >=0.3 && <0.5,                        unordered-containers ==0.2.*