Skip to content

Commit

Permalink
Release 8.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bolt12 committed Mar 20, 2024
1 parent 0d98405 commit ae923e1
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 27 deletions.
2 changes: 1 addition & 1 deletion bench/locli/locli.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ library
, optparse-generic
, ouroboros-consensus
-- for Data.SOP.Strict:
, ouroboros-network ^>= 0.12
, ouroboros-network ^>= 0.13
, ouroboros-network-api
, process
, quiet
Expand Down
2 changes: 1 addition & 1 deletion bench/plutus-scripts-bench/plutus-scripts-bench.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ library
-- IOG dependencies
--------------------------
build-depends:
, cardano-api ^>= 8.39.2.0
, cardano-api ^>= 8.39.3.0
, plutus-ledger-api >=1.0.0
, plutus-tx >=1.0.0
, plutus-tx-plugin ^>=1.21
Expand Down
2 changes: 1 addition & 1 deletion bench/tx-generator/tx-generator.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ library
, attoparsec-aeson
, base16-bytestring
, bytestring
, cardano-api ^>= 8.39.2.0
, cardano-api ^>= 8.39.3.0
, cardano-binary
, cardano-cli ^>= 8.20.3.0
, cardano-crypto-class
Expand Down
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 2024-03-06T13:35:48Z
, cardano-haskell-packages 2024-03-06T12:32:14Z
, hackage.haskell.org 2024-03-20T14:55:30Z
, cardano-haskell-packages 2024-03-20T14:22:58Z

packages:
cardano-git-rev
Expand Down
10 changes: 5 additions & 5 deletions cardano-node/cardano-node.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ library
, async
, base16-bytestring
, bytestring
, cardano-api ^>= 8.39.2.0
, cardano-api ^>= 8.39.3.0
, cardano-crypto-class
, cardano-crypto-wrapper
, cardano-git-rev
Expand Down Expand Up @@ -185,11 +185,11 @@ library
, optparse-applicative-fork >= 0.18.1
, ouroboros-consensus ^>= 0.16
, ouroboros-consensus-cardano ^>= 0.14
, ouroboros-consensus-diffusion ^>= 0.11
, ouroboros-consensus-diffusion ^>= 0.12
, ouroboros-consensus-protocol
, ouroboros-network-api
, ouroboros-network ^>= 0.12
, ouroboros-network-framework
, ouroboros-network-api ^>= 0.7
, ouroboros-network ^>= 0.13
, ouroboros-network-framework ^>= 0.12
, ouroboros-network-protocols ^>= 0.8
, prettyprinter
, prettyprinter-ansi-terminal
Expand Down
6 changes: 0 additions & 6 deletions cardano-node/src/Cardano/Node/Tracing/StateRep.hs
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,6 @@ deriving instance ToJSON ChunkNo

deriving instance NFData ChunkNo

deriving instance Generic NPV.NodeToNodeVersion
deriving instance NFData NPV.NodeToNodeVersion

deriving instance Generic NPV.NodeToClientVersion
deriving instance NFData NPV.NodeToClientVersion

data OpeningDbs
= StartedOpeningImmutableDB
| OpenedImmutableDB (WithOrigin SlotNo) ChunkNo
Expand Down
4 changes: 2 additions & 2 deletions cardano-submit-api/cardano-submit-api.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ library
, aeson
, async
, bytestring
, cardano-api ^>= 8.39.2.0
, cardano-api ^>= 8.39.3.0
, cardano-binary
, cardano-cli ^>= 8.20.3.0
, cardano-crypto-class ^>= 2.1.2
Expand All @@ -49,7 +49,7 @@ library
, network
, optparse-applicative-fork
, ouroboros-consensus-cardano
, ouroboros-network ^>= 0.12
, ouroboros-network ^>= 0.13
, ouroboros-network-protocols
, prometheus >= 2.2.4
, servant
Expand Down
4 changes: 2 additions & 2 deletions cardano-testnet/cardano-testnet.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ library
build-depends: aeson
, ansi-terminal
, bytestring
, cardano-api ^>= 8.39.2.0
, cardano-api ^>= 8.39.3.0
, cardano-cli ^>= 8.20.3.0
, cardano-crypto-class
, cardano-crypto-wrapper
Expand Down Expand Up @@ -63,7 +63,7 @@ library
, network
, network-mux
, optparse-applicative-fork
, ouroboros-network ^>= 0.12
, ouroboros-network ^>= 0.13
, ouroboros-network-api
, prettyprinter
, process
Expand Down
4 changes: 2 additions & 2 deletions cardano-tracer/cardano-tracer.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,12 @@ library
, directory
, ekg
, ekg-core
, ekg-forward ^>= 0.4
, ekg-forward ^>= 0.5
, extra
, filepath
, mime-mail
, optparse-applicative
, ouroboros-network ^>= 0.12
, ouroboros-network ^>= 0.13
, ouroboros-network-api
, ouroboros-network-framework
, signal
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

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

4 changes: 2 additions & 2 deletions trace-dispatcher/trace-dispatcher.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ library
, deepseq
, ekg
, ekg-core
, ekg-forward >= 0.4
, ekg-forward >= 0.5
, hostname
, network
, optparse-applicative-fork
, ouroboros-network ^>= 0.12
, ouroboros-network ^>= 0.13
, ouroboros-network-api
, ouroboros-network-framework
, serialise
Expand Down

0 comments on commit ae923e1

Please sign in to comment.