web3 1.0.1.0 → 1.1.0.0
raw patch · 2 files changed
+7/−7 lines, 2 filesdep ~basedep ~web3-ethereumdep ~web3-polkadotPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, web3-ethereum, web3-polkadot, web3-provider
API changes (from Hackage documentation)
- Network.Web3: data () => Web3 a
+ Network.Web3: data Web3 a
Files
- LICENSE +1/−1
- web3.cabal +6/−6
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.
web3.cabal view
@@ -1,9 +1,9 @@ cabal-version: 1.12 name: web3-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,7 +33,7 @@ -Wunused-foralls -Wtabs build-depends:- base >4.11 && <4.19,- web3-ethereum >=1.0 && <1.1,- web3-polkadot >=1.0 && <1.1,- web3-provider >=1.0 && <1.1+ base >=4.11 && <4.21,+ web3-ethereum >=1.0 && <1.2,+ web3-polkadot >=1.0 && <1.2,+ web3-provider >=1.0 && <1.2