Skip to content

Commit

Permalink
Merge pull request #39 from input-output-hk/newhoggy/upgrade-to-carda…
Browse files Browse the repository at this point in the history
…no-api-8.5.2.0

Use new function-based API instead of using query data types directly
  • Loading branch information
newhoggy authored Jun 21, 2023
2 parents 16649a7 + ee4ca02 commit 769c089
Show file tree
Hide file tree
Showing 5 changed files with 193 additions and 115 deletions.
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repository cardano-haskell-packages
-- you need to run if you change them
index-state:
, hackage.haskell.org 2023-06-05T00:00:00Z
, cardano-haskell-packages 2023-06-15T12:05:43Z
, cardano-haskell-packages 2023-06-20T00:00:00Z

packages:
cardano-cli
Expand Down
8 changes: 4 additions & 4 deletions cardano-cli/cardano-cli.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ library
, binary
, bytestring
, canonical-json
, cardano-api ^>= 8.4
, cardano-api ^>= 8.5.2
, cardano-binary
, cardano-crypto
, cardano-crypto-class >= 2.1.1
Expand Down Expand Up @@ -198,8 +198,8 @@ test-suite cardano-cli-test
, base16-bytestring
, bech32 >= 1.1.0
, bytestring
, cardano-api ^>= 8.4
, cardano-api:internal ^>= 8.4
, cardano-api ^>= 8.5.2
, cardano-api:internal ^>= 8.5.2
, cardano-api-gen ^>= 8.1.0.2
, cardano-cli
, cardano-cli:cardano-cli-test-lib
Expand Down Expand Up @@ -240,7 +240,7 @@ test-suite cardano-cli-golden
build-depends: aeson >= 1.5.6.0
, base16-bytestring
, bytestring
, cardano-api ^>= 8.4
, cardano-api ^>= 8.5.2
, cardano-cli
, cardano-cli:cardano-cli-test-lib
, cardano-crypto-class ^>= 2.1
Expand Down
Loading

0 comments on commit 769c089

Please sign in to comment.