File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ repository cardano-haskell-packages
1313-- See CONTRIBUTING for information about these, including some Nix commands
1414-- you need to run if you change them
1515index-state :
16- , hackage.haskell.org 2025-04-06T22:39 :33Z
17- , cardano-haskell-packages 2025-04-07T00:07 :03Z
16+ , hackage.haskell.org 2025-04-08T10:52 :25Z
17+ , cardano-haskell-packages 2025-04-16T15:55 :07Z
1818
1919packages :
2020 cardano-api
Original file line number Diff line number Diff line change @@ -155,9 +155,9 @@ library
155155 network-mux,
156156 nothunks,
157157 ordered-containers,
158- ouroboros-consensus ^>= 0.24 ,
159- ouroboros-consensus-cardano ^>= 0.23 ,
160- ouroboros-consensus-diffusion ^>= 0.19 || ^ >= 0.21 ,
158+ ouroboros-consensus ^>= 0.25 ,
159+ ouroboros-consensus-cardano ^>= 0.24 ,
160+ ouroboros-consensus-diffusion ^>= 0.22 ,
161161 ouroboros-consensus-protocol ^>= 0.11 ,
162162 ouroboros-network,
163163 ouroboros-network-api >= 0.13 ,
@@ -172,8 +172,10 @@ library
172172 safe-exceptions,
173173 scientific,
174174 serialise,
175+ singletons,
175176 small-steps ^>= 1.1 ,
176177 sop-core,
178+ sop-extras,
177179 stm,
178180 strict-sop-core,
179181 time,
Original file line number Diff line number Diff line change @@ -850,6 +850,7 @@ module Cardano.Api
850850 , AnyNewEpochState (.. )
851851 , foldEpochState
852852 , getAnyNewEpochState
853+ , getUTxOValues
853854
854855 -- *** Errors
855856 , LedgerStateError (.. )
You can’t perform that action at this time.
0 commit comments