File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- # Version [ next ] ( https://github.com/blockfrost/blockfrost-haskell/compare/client-0.10.0.0...master ) (2025-MM-DD )
1+ # Version [ 0.11.0.0 ] ( https://github.com/blockfrost/blockfrost-haskell/compare/client-0.10.0.0...client-0.11.0.0 ) (2025-12-02 )
22
33* Changes
44 * Add ` CustomURL ` to ` Env ` , to allow arbitrary Blockfrost instance [ #79 ] ( https://github.com/blockfrost/blockfrost-haskell/pull/79 )
Original file line number Diff line number Diff line change 11cabal-version : 2.2
22name : blockfrost-client
3- version : 0.10 .0.0
3+ version : 0.11 .0.0
44synopsis : blockfrost.io basic client
55description : Simple Blockfrost clients for use with transformers or mtl
66homepage : https://github.com/blockfrost/blockfrost-haskell
@@ -69,8 +69,8 @@ library
6969 , Blockfrost.Client.IPFS
7070 , Blockfrost.Client.NutLink
7171 build-depends : base >= 4.7 && < 5
72- , blockfrost-api >= 0.13
73- , blockfrost-client-core ^>= 0.6
72+ , blockfrost-api >= 0.14
73+ , blockfrost-client-core ^>= 0.7
7474 , bytestring
7575 , directory
7676 , data-default
You can’t perform that action at this time.
0 commit comments