Skip to content

Commit 8f6a166

Browse files
cardano-api: 10.17
1 parent 94b6287 commit 8f6a166

Some content is hidden

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

68 files changed

+468
-482
lines changed

cabal.project

Lines changed: 10 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-07-01T00:25:25Z
16+
, cardano-haskell-packages 2025-07-01T09:22:51Z
1717

1818
packages: **/*.cabal
1919

@@ -30,3 +30,11 @@ test-show-details: direct
3030

3131
program-options
3232
ghc-options: -fwrite-ide-info
33+
34+
source-repository-package
35+
type: git
36+
location: https://github.com/locallycompact/cardano-api
37+
tag: 55c09e73624dc489b8e3f29ec4ec36778fa280a7
38+
--sha256: sha256-LUaaFqxkYEy9VooxaXQkx8O1dFn4RbveCjRVQFbgNto=
39+
subdir:
40+
cardano-api

flake.lock

Lines changed: 53 additions & 18 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: 1 addition & 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
@@ -76,7 +74,7 @@ library
7674
, aeson >=2
7775
, base >=4.14
7876
, bytestring
79-
, cardano-api ^>=10.16
77+
, cardano-api ^>=10.17
8078
, cardano-api:gen
8179
, cardano-binary
8280
, cardano-crypto-class

hydra-cardano-api/src/Cardano/Api/UTxO.hs

Lines changed: 0 additions & 153 deletions
This file was deleted.

0 commit comments

Comments
 (0)