Skip to content

Commit

Permalink
cardano-node: 8.9.0 -> 8.11.0-pre
Browse files Browse the repository at this point in the history
  • Loading branch information
locallycompact committed May 19, 2024
1 parent b7ddbc3 commit 7181495
Show file tree
Hide file tree
Showing 18 changed files with 191 additions and 164 deletions.
6 changes: 4 additions & 2 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-04-09T15:27:52Z
, cardano-haskell-packages 2024-04-08T15:27:49Z
, hackage.haskell.org 2024-05-19T15:27:52Z
, cardano-haskell-packages 2024-05-19T15:27:49Z

packages:
cardano-api-classy
Expand Down Expand Up @@ -41,3 +41,5 @@ benchmarks: True

-- Always show detailed output for tests
test-show-details: direct

constraints: io-classes-mtl == 0.1.1.0
2 changes: 1 addition & 1 deletion cardano-api-classy/cardano-api-classy.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ library
-- dependencies on cardano-ledger* follow.
build-depends:
, base >=4.16
, cardano-api ^>=8.44
, cardano-api ^>=8.46
, cardano-ledger-alonzo
, cardano-ledger-conway
, cardano-ledger-core
4 changes: 2 additions & 2 deletions docs/docs/tutorial/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ mkdir -p bin
version=0.16.0
curl -L -O https://github.com/input-output-hk/hydra/releases/download/${version}/hydra-x86_64-linux-${version}.zip
unzip -d bin hydra-x86_64-linux-${version}.zip
curl -L -o - https://github.com/input-output-hk/cardano-node/releases/download/8.9.0/cardano-node-8.9.0-linux.tar.gz \
curl -L -o - https://github.com/input-output-hk/cardano-node/releases/download/8.11.0/cardano-node-8.11.0-linux.tar.gz \
| tar xz ./bin/cardano-node ./bin/cardano-cli
curl -L -o - https://github.com/input-output-hk/mithril/releases/download/2412.0/mithril-2412.0-linux-x64.tar.gz \
| tar xz -C bin mithril-client
Expand All @@ -55,7 +55,7 @@ mkdir -p bin
version=0.16.0
curl -L -O https://github.com/input-output-hk/hydra/releases/download/${version}/hydra-aarch64-darwin-${version}.zip
unzip -d bin hydra-aarch64-darwin-${version}.zip
curl -L -o - https://github.com/input-output-hk/cardano-node/releases/download/8.9.0/cardano-node-8.9.0-macos.tar.gz \
curl -L -o - https://github.com/input-output-hk/cardano-node/releases/download/8.11.0/cardano-node-8.11.0-macos.tar.gz \
| tar xz --wildcards ./bin/cardano-node ./bin/cardano-cli './bin/*.dylib'
curl -L -o - https://github.com/input-output-hk/mithril/releases/download/2412.0/mithril-2412.0-macos-x64.tar.gz \
| tar xz -C bin
Expand Down
Loading

0 comments on commit 7181495

Please sign in to comment.