packages feed

json-rpc 0.2.0.1 → 0.2.0.2

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~textPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: text

API changes (from Hackage documentation)

Files

json-rpc.cabal view
@@ -1,5 +1,5 @@ name:                   json-rpc-version:                0.2.0.1+version:                0.2.0.2 synopsis:               Fully-featured JSON-RPC 2.0 library description:   This JSON-RPC library is fully-compatible with JSON-RPC 2.0 and@@ -32,7 +32,7 @@                         mtl                         >= 2.1      && < 2.3,                         stm                         >= 2.4      && < 2.5,                         stm-conduit                 >= 2.4      && < 2.6,-                        text                        >= 1.1      && < 1.2,+                        text                        >= 1.1      && < 1.3,                         unordered-containers        >= 0.2      && < 0.3   default-language:     Haskell2010   ghc-options:          -Wall@@ -55,7 +55,7 @@                         mtl                         >= 2.1      && < 2.3,                         stm                         >= 2.4      && < 2.5,                         stm-conduit                 >= 2.4      && < 2.6,-                        text                        >= 1.1      && < 1.2,+                        text                        >= 1.1      && < 1.3,                         unordered-containers        >= 0.2      && < 0.3,                         QuickCheck                  >= 2.6      && < 2.8,                         test-framework              >= 0.8      && < 0.9,