Skip to content

Commit 0a54290

Browse files
cardano-api: 10.18
1 parent 2d2da72 commit 0a54290

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+496
-520
lines changed

cabal.project

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ repository cardano-haskell-packages
1212

1313
-- See CONTRIBUTING.md for information about when and how to update these.
1414
index-state:
15-
, hackage.haskell.org 2025-06-11T21:55:55Z
16-
, cardano-haskell-packages 2025-06-12T11:07:25Z
15+
, hackage.haskell.org 2025-09-15T21:16:16Z
16+
, cardano-haskell-packages 2025-09-16T10:10:31Z
1717

1818
packages: **/*.cabal
1919

flake.lock

Lines changed: 59 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hydra-cardano-api/hydra-cardano-api.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,9 @@ library
4040
hs-source-dirs: src
4141
ghc-options: -haddock
4242
exposed-modules:
43-
Cardano.Api.UTxO
4443
Hydra.Cardano.Api
4544
Hydra.Cardano.Api.Address
4645
Hydra.Cardano.Api.AddressInEra
47-
Hydra.Cardano.Api.BlockHeader
4846
Hydra.Cardano.Api.ChainPoint
4947
Hydra.Cardano.Api.ExecutionUnits
5048
Hydra.Cardano.Api.Hash
@@ -58,6 +56,7 @@ library
5856
Hydra.Cardano.Api.ScriptData
5957
Hydra.Cardano.Api.ScriptDatum
6058
Hydra.Cardano.Api.ScriptHash
59+
Hydra.Cardano.Api.Serialise
6160
Hydra.Cardano.Api.StakeAddress
6261
Hydra.Cardano.Api.Tx
6362
Hydra.Cardano.Api.TxBody
@@ -77,7 +76,7 @@ library
7776
, aeson >=2
7877
, base >=4.14
7978
, bytestring
80-
, cardano-api ^>=10.16
79+
, cardano-api ^>=10.18
8180
, cardano-api:gen
8281
, cardano-binary
8382
, cardano-crypto-class
@@ -91,6 +90,7 @@ library
9190
, cardano-ledger-shelley
9291
, containers
9392
, hedgehog-quickcheck
93+
, io-classes
9494
, lens
9595
, plutus-ledger-api
9696
, QuickCheck

0 commit comments

Comments
 (0)