packages feed

json-rpc 0.1.0.0 → 0.1.0.1

raw patch · 2 files changed

+3/−2 lines, 2 filesdep ~stm-conduitPVP: minor bump suggested

API additions: PVP suggests at least a minor version bump

Dependency ranges changed: stm-conduit

API changes (from Hackage documentation)

+ Network.JsonRpc: type SentRequests qo = HashMap Id (Request qo)

Files

Network/JsonRpc/Conduit.hs view
@@ -11,6 +11,7 @@ , query   -- ** Low-Level , Session(..)+, SentRequests , initSession , encodeConduit , msgConduit
json-rpc.cabal view
@@ -1,5 +1,5 @@ name:                   json-rpc-version:                0.1.0.0+version:                0.1.0.1 synopsis:               Fully-featured JSON-RPC 2.0 library description:   This JSON-RPC library is fully-compatible with JSON-RPC 2.0 and@@ -31,7 +31,7 @@                         hashable                    >= 1.2      && < 1.3,                         mtl                         >= 2.1      && < 2.2,                         stm                         >= 2.4      && < 2.5,-                        stm-conduit                 >= 2.4      && < 2.5,+                        stm-conduit                 >= 2.4      && < 2.6,                         text                        >= 1.1      && < 1.2,                         unordered-containers        >= 0.2      && < 0.3   default-language:     Haskell2010