File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Version [ 0.5.0.0] ( https://github.com/blockfrost/blockfrost-haskell/compare/v0.4.0.1...v0.5.0.0 ) (2022-06-06)
2+
3+ * Fix return type of ` _getEpochStakeByPool ` from ` StakeDistribution ` to ` PoolStakeDistribution `
4+
15# Version [ 0.4.0.1] ( https://github.com/blockfrost/blockfrost-haskell/compare/v0.4.0.0...v0.4.0.1 ) (2022-04-05)
26
37* Allow servant ` 0.19 `
Original file line number Diff line number Diff line change 11cabal-version : 2.2
22name : blockfrost-api
3- version : 0.4 .0.1
3+ version : 0.5 .0.0
44synopsis : API definitions for blockfrost.io
55description : Core types and Servant API description
66homepage : https://github.com/blockfrost/blockfrost-haskell
Original file line number Diff line number Diff line change 1+ # Version [ 0.4.0.2] ( https://github.com/blockfrost/blockfrost-haskell/compare/v0.4.0.1...client-core-0.4.0.2 ) (2022-06-06)
2+
3+ * Allow blockfrost-api ` 0.5 `
4+
15# Version [ 0.4.0.1] ( https://github.com/blockfrost/blockfrost-haskell/compare/v0.4.0.0...v0.4.0.1 ) (2022-04-05)
26
37* Allow servant ` 0.19 `
Original file line number Diff line number Diff line change 11cabal-version : 2.2
22name : blockfrost-client-core
3- version : 0.4.0.1
3+ version : 0.4.0.2
44synopsis : blockfrost.io common client definitions / instances
55description : HasClient for our auth
66homepage : https://github.com/blockfrost/blockfrost-haskell
@@ -44,7 +44,7 @@ library
4444 , Blockfrost.Client.Tag
4545 , Blockfrost.Client.UserAgent
4646 build-depends : base >= 4.7 && < 5
47- , blockfrost-api ^ >= 0.4
47+ , blockfrost-api >= 0.4
4848 , aeson
4949 , bytestring
5050 , case-insensitive
Original file line number Diff line number Diff line change 1+ # Version [ 0.5.0.0] ( https://github.com/blockfrost/blockfrost-haskell/compare/v0.4.0.1...v0.5.0.0 ) (2022-06-06)
2+
3+ * Fix return types of ` getEpochStakeByPool ` and ` getEpochStakeByPool' `
4+ from ` StakeDistribution ` to ` PoolStakeDistribution `
5+
16# Version [ 0.4.0.1] ( https://github.com/blockfrost/blockfrost-haskell/compare/v0.4.0.0...v0.4.0.1 ) (2022-04-05)
27
38* Allow servant ` 0.19 `
Original file line number Diff line number Diff line change 11cabal-version : 2.2
22name : blockfrost-client
3- version : 0.4 .0.1
3+ version : 0.5 .0.0
44synopsis : blockfrost.io basic client
55description : Simple Blockfrost clients for use with transformers or mtl
66homepage : https://github.com/blockfrost/blockfrost-haskell
@@ -64,7 +64,7 @@ library
6464 , Blockfrost.Client.IPFS
6565 , Blockfrost.Client.NutLink
6666 build-depends : base >= 4.7 && < 5
67- , blockfrost-api ^>= 0.4
67+ , blockfrost-api ^>= 0.5
6868 , blockfrost-client-core
6969 , bytestring
7070 , directory
You can’t perform that action at this time.
0 commit comments