packages feed

jsonrpc-conduit 0.2.2 → 0.2.3

raw patch · 1 files changed

+7/−7 lines, 1 filesdep ~aesondep ~attoparsecdep ~text

Dependency ranges changed: aeson, attoparsec, text

Files

jsonrpc-conduit.cabal view
@@ -1,5 +1,5 @@ name:                jsonrpc-conduit-version:             0.2.2+version:             0.2.3 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,12 +33,12 @@   exposed-modules:     Data.Conduit.JsonRpc.Methods,                        Data.Conduit.JsonRpc.Server   build-depends:       base >=4 && <5,-                       aeson ==0.6.*,-                       attoparsec ==0.10.*,+                       aeson ==0.7.*,+                       attoparsec ==0.11.*,                        bytestring ==0.10.*,                        conduit ==1.0.*,                        mtl ==2.1.*,-                       text ==0.11.*,+                       text ==1.1.*,                        transformers ==0.3.*,                        unordered-containers ==0.2.* @@ -50,11 +50,11 @@   other-modules:       Data.Conduit.JsonRpc.Methods,                        Data.Conduit.JsonRpc.Server   build-depends:       base >=4 && <5,-                       aeson ==0.6.*,-                       attoparsec ==0.10.*,+                       aeson ==0.7.*,+                       attoparsec ==0.11.*,                        bytestring ==0.10.*,                        conduit ==1.0.*,                        mtl ==2.1.*,-                       text ==0.11.*,+                       text ==1.1.*,                        transformers ==0.3.*,                        unordered-containers ==0.2.*