Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ repository cardano-haskell-packages
-- See CONTRIBUTING for information about these, including some Nix commands
-- you need to run if you change them
index-state:
, hackage.haskell.org 2025-04-06T22:39:33Z
, cardano-haskell-packages 2025-04-07T00:07:03Z
, hackage.haskell.org 2025-04-08T10:52:25Z
, cardano-haskell-packages 2025-04-16T15:55:07Z

packages:
cardano-api
Expand Down
8 changes: 5 additions & 3 deletions cardano-api/cardano-api.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,9 @@ library
network-mux,
nothunks,
ordered-containers,
ouroboros-consensus ^>=0.24,
ouroboros-consensus-cardano ^>=0.23,
ouroboros-consensus-diffusion ^>=0.19 || ^>=0.21,
ouroboros-consensus ^>=0.25,
ouroboros-consensus-cardano ^>=0.24,
ouroboros-consensus-diffusion ^>=0.22,
ouroboros-consensus-protocol ^>=0.11,
ouroboros-network,
ouroboros-network-api >=0.13,
Expand All @@ -172,8 +172,10 @@ library
safe-exceptions,
scientific,
serialise,
singletons,
small-steps ^>=1.1,
sop-core,
sop-extras,
stm,
strict-sop-core,
time,
Expand Down
1 change: 1 addition & 0 deletions cardano-api/src/Cardano/Api.hs
Original file line number Diff line number Diff line change
Expand Up @@ -850,6 +850,7 @@ module Cardano.Api
, AnyNewEpochState (..)
, foldEpochState
, getAnyNewEpochState
, getLedgerTablesUTxOValues

-- *** Errors
, LedgerStateError (..)
Expand Down
Loading
Loading