blockfrost-client-core 0.4.0.0 → 0.4.0.1
raw patch · 2 files changed
+8/−4 lines, 2 filesdep ~blockfrost-apidep ~servantPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: blockfrost-api, servant
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- blockfrost-client-core.cabal +4/−4
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) * Re-export `nextPage`
blockfrost-client-core.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: blockfrost-client-core-version: 0.4.0.0+version: 0.4.0.1 synopsis: blockfrost.io common client definitions / instances description: HasClient for our auth homepage: https://github.com/blockfrost/blockfrost-haskell@@ -43,8 +43,8 @@ , Blockfrost.Client.Sorting , Blockfrost.Client.Tag , Blockfrost.Client.UserAgent- build-depends: base >= 4.7 && < 5- , blockfrost-api+ build-depends: base >= 4.7 && < 5+ , blockfrost-api ^>= 0.4 , aeson , bytestring , case-insensitive@@ -53,7 +53,7 @@ , http-client , http-client-tls , http-types- , servant ^>= 0.18+ , servant >= 0.18 && < 0.20 , servant-client , servant-client-core , servant-multipart-api