blockfrost-client 0.7.1.0 → 0.7.1.1
raw patch · 2 files changed
+6/−3 lines, 2 filesdep −tasty-quickcheckdep ~blockfrost-apiPVP ok
version bump matches the API change (PVP)
Dependencies removed: tasty-quickcheck
Dependency ranges changed: blockfrost-api
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- blockfrost-client.cabal +2/−3
CHANGELOG.md view
@@ -1,3 +1,7 @@+# Version [0.7.1.1](https://github.com/blockfrost/blockfrost-haskell/compare/v0.7.1.0...client-0.7.1.1) (2023-01-10)++* Allow blockfrost-api `0.8`+ # Version [0.7.1.0](https://github.com/blockfrost/blockfrost-haskell/compare/v0.7.0.0...v0.7.1.0) (2023-01-03) * Additions
blockfrost-client.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: blockfrost-client-version: 0.7.1.0+version: 0.7.1.1 synopsis: blockfrost.io basic client description: Simple Blockfrost clients for use with transformers or mtl homepage: https://github.com/blockfrost/blockfrost-haskell@@ -64,7 +64,7 @@ , Blockfrost.Client.IPFS , Blockfrost.Client.NutLink build-depends: base >= 4.7 && < 5- , blockfrost-api ^>= 0.7.1+ , blockfrost-api >= 0.7.1 , blockfrost-client-core ^>= 0.6 , bytestring , directory@@ -97,7 +97,6 @@ , tasty , tasty-hspec , tasty-hunit- , tasty-quickcheck build-tool-depends: tasty-discover:tasty-discover default-language: Haskell2010