json-rpc 0.1.0.4 → 0.1.0.5
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~aesonPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson
API changes (from Hackage documentation)
Files
- json-rpc.cabal +3/−3
json-rpc.cabal view
@@ -1,5 +1,5 @@ name: json-rpc-version: 0.1.0.4+version: 0.1.0.5 synopsis: Fully-featured JSON-RPC 2.0 library description: This JSON-RPC library is fully-compatible with JSON-RPC 2.0 and@@ -22,7 +22,7 @@ other-modules: Network.JsonRpc.Data, Network.JsonRpc.Conduit build-depends: base >= 4.6 && < 5,- aeson >= 0.7.0.5 && < 0.8,+ aeson >= 0.7.0.5 && < 0.9, async >= 2.0 && < 2.1, bytestring >= 0.10 && < 0.11, conduit >= 1.1 && < 1.2,@@ -44,7 +44,7 @@ other-modules: Network.JsonRpc.Tests, Network.JsonRpc.Arbitrary build-depends: base >= 4.6 && < 5,- aeson >= 0.7.0.5 && < 0.8,+ aeson >= 0.7.0.5 && < 0.9, async >= 2.0 && < 2.1, bytestring >= 0.10 && < 0.11, conduit >= 1.1 && < 1.2,