jsonrpc-conduit 0.2.3 → 0.2.4
raw patch · 1 files changed
+5/−3 lines, 1 filesdep +conduit-extradep ~conduit
Dependencies added: conduit-extra
Dependency ranges changed: conduit
Files
- jsonrpc-conduit.cabal +5/−3
jsonrpc-conduit.cabal view
@@ -1,5 +1,5 @@ name: jsonrpc-conduit-version: 0.2.3+version: 0.2.4 synopsis: JSON-RPC 2.0 server over a Conduit. description: @jsonrpc-conduit@ implements the basic building block of a JSON-RPC 2.0 server.@@ -36,7 +36,8 @@ aeson ==0.7.*, attoparsec ==0.11.*, bytestring ==0.10.*,- conduit ==1.0.*,+ conduit ==1.1.*,+ conduit-extra ==1.1.*, mtl ==2.1.*, text ==1.1.*, transformers ==0.3.*,@@ -53,7 +54,8 @@ aeson ==0.7.*, attoparsec ==0.11.*, bytestring ==0.10.*,- conduit ==1.0.*,+ conduit ==1.1.*,+ conduit-extra ==1.1.*, mtl ==2.1.*, text ==1.1.*, transformers ==0.3.*,