packages feed

jsonrpc-conduit 0.3.4 → 0.3.5

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~transformersPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: transformers

API changes (from Hackage documentation)

Files

jsonrpc-conduit.cabal view
@@ -1,5 +1,5 @@ name:                jsonrpc-conduit-version:             0.3.4+version:             0.3.5 synopsis:            JSON-RPC 2.0 server over a Conduit. description:   @jsonrpc-conduit@ implements the basic building block of a JSON-RPC 2.0 server.@@ -39,7 +39,7 @@                        conduit-extra >=1.1 && <1.4,                        mtl >=2.1 && <2.3,                        text >=1.1 && <1.3,-                       transformers >=0.3 && <0.6,+                       transformers >=0.3 && <0.7,                        unordered-containers ==0.2.*   ghc-options:         -Wall -fno-warn-name-shadowing