packages feed

json-rpc-server 0.2.4.0 → 0.2.5.0

raw patch · 1 files changed

+4/−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-server.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                json-rpc-server-version:             0.2.4.0+version:             0.2.5.0 license:             MIT license-file:        LICENSE category:            Network, JSON@@ -11,7 +11,8 @@ build-type:          Simple extra-source-files:  changelog.md cabal-version:       >=1.8-tested-with:         GHC == 7.0.1, GHC == 7.6.2, GHC == 7.8.3, GHC == 7.10.1+tested-with:         GHC == 7.0.1, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.1,+                     GHC == 7.10.2, GHC == 7.10.3, GHC == 8.0.1 homepage:            https://github.com/grayjay/json-rpc-server bug-reports:         https://github.com/grayjay/json-rpc-server/issues description:         An implementation of the server side of JSON-RPC 2.0.@@ -37,7 +38,7 @@   exposed-modules:     Network.JsonRpc.Server   other-modules:       Network.JsonRpc.Types   build-depends:       base >=4.3 && <4.10,-                       aeson >=0.6 && <0.12,+                       aeson >=0.6 && <1.1,                        deepseq >= 1.1 && <1.5,                        bytestring >=0.9 && <0.11,                        mtl >=2.2.1 && <2.3,