packages feed

json-rpc-client 0.2.1.0 → 0.2.2.0

raw patch · 1 files changed

+6/−6 lines, 1 filesdep ~HUnitdep ~aesonPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: HUnit, aeson

API changes (from Hackage documentation)

Files

json-rpc-client.cabal view
@@ -1,5 +1,5 @@ name:                json-rpc-client-version:             0.2.1.0+version:             0.2.2.0 license:             MIT license-file:        LICENSE category:            Network, JSON@@ -39,7 +39,7 @@                        Network.JsonRpc.ServerAdapter   build-depends:       base >=4.3.1 && <4.9,                        json-rpc-server >=0.2 && <0.3,-                       aeson >=0.7 && <0.10,+                       aeson >=0.7 && <0.11,                        bytestring >=0.9.1 && <0.11,                        mtl >=2.2.1 && <2.3,                        text >=0.11.2 && <1.3,@@ -58,7 +58,7 @@     build-depends:       base >=4.3.1 && <4.9,                          json-rpc-client,                          json-rpc-server >=0.2 && <0.3,-                         aeson >=0.7 && <0.10,+                         aeson >=0.7 && <0.11,                          bytestring >=0.9.2 && <0.11,                          mtl >=2.2.1 && <2.3,                          text >=0.11.2 && <1.3@@ -75,7 +75,7 @@                          json-rpc-client,                          json-rpc-server >=0.2 && <0.3,                          process >=1.1.0 && <1.3,-                         aeson >=0.7 && <0.10,+                         aeson >=0.7 && <0.11,                          bytestring >=0.9.2 && <0.11,                          mtl >=2.2.1 && <2.3,                          text >=0.11.2 && <1.3@@ -91,14 +91,14 @@   build-depends:       base >=4.3.1 && <4.9,                        json-rpc-client,                        json-rpc-server >=0.2 && <0.3,-                       aeson >=0.7 && <0.10,+                       aeson >=0.7 && <0.11,                        bytestring >=0.9.1 && <0.11,                        mtl >=2.2.1 && <2.3,                        scientific >=0.2 && <0.4,                        text >=0.11.2 && <1.3,                        unordered-containers >=0.2.3 && <0.3,                        vector >=0.10 && <0.12,-                       HUnit >=1.2.4 && <1.3,+                       HUnit >=1.2.4 && <1.4,                        QuickCheck >=2.4.2 && <2.9,                        test-framework >=0.6 && <0.9,                        test-framework-hunit >=0.3 && <0.4,