packages feed

blockfrost-client 0.4.0.0 → 0.4.0.1

raw patch · 2 files changed

+8/−4 lines, 2 filesdep ~servantPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: servant

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,3 +1,7 @@+# Version [0.4.0.1](https://github.com/blockfrost/blockfrost-haskell/compare/v0.4.0.0...v0.4.0.1) (2022-04-05)++* Allow servant `0.19`+ # Version [0.4.0.0](https://github.com/blockfrost/blockfrost-haskell/compare/v0.3.1.0...v0.4.0.0) (2022-03-09)  * Build with `blockfrost-api 0.4`
blockfrost-client.cabal view
@@ -1,6 +1,6 @@ cabal-version:       2.2 name:                blockfrost-client-version:             0.4.0.0+version:             0.4.0.1 synopsis:            blockfrost.io basic client description:         Simple Blockfrost clients for use with transformers or mtl homepage:            https://github.com/blockfrost/blockfrost-haskell@@ -63,8 +63,8 @@                       , Blockfrost.Client.Cardano.Transactions                       , Blockfrost.Client.IPFS                       , Blockfrost.Client.NutLink-   build-depends:       base >= 4.7 && < 5-                      , blockfrost-api ^>= 0.4+   build-depends:       base                     >= 4.7 && < 5+                      , blockfrost-api           ^>= 0.4                       , blockfrost-client-core                       , bytestring                       , directory@@ -72,7 +72,7 @@                       , filepath                       , text                       , mtl-                      , servant                  ^>= 0.18+                      , servant                  >= 0.18 && < 0.20                       , servant-client                       , servant-client-core