Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cardano-api: 9.4 #1706

Merged
merged 1 commit into from
Oct 15, 2024
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
11 changes: 2 additions & 9 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ repository cardano-haskell-packages

-- See CONTRIBUTING.md for information about when and how to update these.
index-state:
, hackage.haskell.org 2024-09-25T13:28:12Z
, cardano-haskell-packages 2024-09-23T21:46:49Z
, hackage.haskell.org 2024-10-14T02:12:15Z
, cardano-haskell-packages 2024-10-11T15:49:11Z

packages:
hydra-prelude
Expand Down Expand Up @@ -44,10 +44,3 @@ test-show-details: direct

program-options
ghc-options: -fwrite-ide-info

source-repository-package
type: git
location: https://github.com/IntersectMBO/cardano-api
tag: 00f025d1fda127d0f7b2e69227e298199bea1fe1
--sha256: sha256-GttvKWo+2SytPW59a1JIYSpdlTr+7mcWvvK+EPAgH/k=
subdir: cardano-api
36 changes: 18 additions & 18 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion hydra-cardano-api/hydra-cardano-api.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ library
, base >=4.16
, base16-bytestring
, bytestring
, cardano-api ^>=9.3
, cardano-api ^>=9.4
, cardano-binary
, cardano-crypto-class
, cardano-ledger-allegra
Expand Down