Skip to content

Commit

Permalink
Remove me after latest api and cli bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimbo4350 committed May 8, 2024
1 parent f491c99 commit a898a41
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 11 deletions.
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 @@ -74,7 +74,7 @@ library
-- IOG dependencies
--------------------------
build-depends:
, cardano-api ^>= 8.44
, cardano-api ^>= 8.45.2.0
, plutus-ledger-api >=1.0.0
, plutus-tx >=1.0.0
, plutus-tx-plugin ^>=1.23
Expand Down
4 changes: 2 additions & 2 deletions bench/tx-generator/tx-generator.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ library
, attoparsec-aeson
, base16-bytestring
, bytestring
, cardano-api ^>= 8.44
, cardano-api ^>= 8.45.2.0
, cardano-binary
, cardano-cli ^>= 8.22
, cardano-cli ^>= 8.23.0.0
, cardano-crypto-class
, cardano-crypto-wrapper
, cardano-data
Expand Down
14 changes: 12 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-26T06:28:59Z
, cardano-haskell-packages 2024-04-11T09:29:53Z
, hackage.haskell.org 2024-05-02T11:03:23Z
, cardano-haskell-packages 2024-05-03T12:56:13Z

packages:
cardano-node
Expand Down Expand Up @@ -59,3 +59,13 @@ package plutus-scripts-bench
-- temporary! Please read the section in CONTRIBUTING about updating dependencies.

-- `smtp-mail` should depend on `crypton-connection` rather than `connection`!

allow-newer: ouroboros-consensus-diffusion

source-repository-package
type: git
location: https://github.com/IntersectMBO/cardano-cli.git
tag: 5a68d53581c596f9eacbd87f91411a8bf5f875cf
subdir: cardano-cli
--sha256: EKCej0sl1ED3AztmgIpKl3avPihSyM/Qm1eF/3wc7ls=

2 changes: 1 addition & 1 deletion cardano-node-chairman/cardano-node-chairman.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@ test-suite chairman-tests
ghc-options: -threaded -rtsopts "-with-rtsopts=-N -T"

build-tool-depends: cardano-node:cardano-node
, cardano-cli:cardano-cli ^>= 8.22.0.0
, cardano-cli:cardano-cli ^>= 8.23.0.0
, cardano-node-chairman:cardano-node-chairman
2 changes: 1 addition & 1 deletion 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.44
, cardano-api ^>= 8.45.2.0
, cardano-crypto-class
, cardano-crypto-wrapper
, cardano-git-rev ^>=0.2.2
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,9 +39,9 @@ library
, aeson
, async
, bytestring
, cardano-api ^>= 8.44
, cardano-api ^>= 8.45.2.0
, cardano-binary
, cardano-cli ^>= 8.22
, cardano-cli ^>= 8.23.0.0
, cardano-crypto-class ^>= 2.1.2
, http-media
, iohk-monitoring
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 @@ -35,8 +35,8 @@ library
, aeson-pretty
, ansi-terminal
, bytestring
, cardano-api ^>= 8.44
, cardano-cli ^>= 8.22
, cardano-api ^>= 8.45.2.0
, cardano-cli ^>= 8.23.0.0
, cardano-crypto-class
, cardano-crypto-wrapper
, cardano-git-rev ^>= 0.2.2
Expand Down

0 comments on commit a898a41

Please sign in to comment.