jsonrpc-tinyclient 1.0.1.0 → 1.1.0.0
raw patch · 2 files changed
+13/−13 lines, 2 filesdep ~aesondep ~basedep ~bytestringPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson, base, bytestring, exceptions, http-client, http-client-tls, mtl, random, text, websockets
API changes (from Hackage documentation)
- Network.JsonRpc.TinyClient: class JsonRpcM m => JsonRpc m
+ Network.JsonRpc.TinyClient: class JsonRpcM m => JsonRpc (m :: Type -> Type)
Files
- LICENSE +1/−1
- jsonrpc-tinyclient.cabal +12/−12
LICENSE view
@@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. -Copyright 2016-2021 Aleksandr Krupenkin +Copyright 2016-2026 Aleksandr Krupenkin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
jsonrpc-tinyclient.cabal view
@@ -1,9 +1,9 @@ cabal-version: 1.12 name: jsonrpc-tinyclient-version: 1.0.1.0+version: 1.1.0.0 license: Apache-2.0 license-file: LICENSE-copyright: (c) Aleksandr Krupenkin 2016-2024+copyright: (c) Aleksandr Krupenkin 2016-2026 maintainer: mail@akru.me author: Aleksandr Krupenkin homepage: https://github.com/airalab/hs-web3#readme@@ -33,13 +33,13 @@ -Wunused-foralls -Wtabs build-depends:- aeson >1.2 && <2.2,- base >4.11 && <4.19,- bytestring >0.10 && <0.12,- exceptions >0.8 && <0.11,- http-client >0.5 && <0.8,- http-client-tls >0.3 && <0.4,- mtl >2.2 && <2.4,- random >1.0 && <1.3,- text >1.2 && <2.1,- websockets >0.10 && <0.13+ aeson >=1.2 && <2.3,+ base >=4.11 && <4.21,+ bytestring >=0.10 && <0.13,+ exceptions >=0.8 && <0.11,+ http-client >=0.5 && <0.8,+ http-client-tls >=0.3 && <0.4,+ mtl >=2.2 && <2.4,+ random >=1.0 && <1.3,+ text >=1.2 && <2.2,+ websockets >=0.10 && <0.14