Skip to content

Commit

Permalink
bump cardano-crypto-class
Browse files Browse the repository at this point in the history
  • Loading branch information
carbolymer committed Nov 2, 2023
1 parent 1768fdd commit ab4b796
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions cardano-api/cardano-api.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ library internal
-- in this module
Cardano.Api.Orphans

build-depends: aeson >= 2.2
build-depends: aeson >= 2.2.1
, aeson-pretty >= 0.8.5
, attoparsec
, base16-bytestring >= 1.0
Expand All @@ -146,7 +146,7 @@ library internal
, bytestring
, cardano-binary
, cardano-crypto
, cardano-crypto-class ^>= 2.1.4
, cardano-crypto-class ^>= 2.2
, cardano-crypto-wrapper ^>= 1.5
, cardano-data >= 1.1
, cardano-ledger-alonzo >= 1.5.0
Expand Down Expand Up @@ -229,7 +229,7 @@ library
, cardano-api:internal
, cardano-binary
, cardano-crypto
, cardano-crypto-class ^>= 2.1.4
, cardano-crypto-class ^>= 2.2
, cryptonite
, deepseq
, memory
Expand All @@ -253,13 +253,13 @@ library gen
Test.Hedgehog.Roundtrip.Bech32
Test.Hedgehog.Roundtrip.CBOR

build-depends: aeson >= 2.2
build-depends: aeson >= 2.2.1
, base16-bytestring
, bytestring
, cardano-api
, cardano-api:internal
, cardano-binary >= 1.6 && < 1.8
, cardano-crypto-class ^>= 2.1.4
, cardano-crypto-class ^>= 2.2
, cardano-crypto-test ^>= 1.5
, cardano-ledger-alonzo:{cardano-ledger-alonzo, testlib} >= 1.5.0
, cardano-ledger-byron-test >= 1.5
Expand All @@ -282,15 +282,15 @@ test-suite cardano-api-test
main-is: cardano-api-test.hs
type: exitcode-stdio-1.0

build-depends: aeson >= 2.2
build-depends: aeson >= 2.2.1
, bytestring
, cardano-api
, cardano-api:gen
, cardano-api:internal
, cardano-crypto
, cardano-crypto-class ^>= 2.1.4
, cardano-crypto-class ^>= 2.2
, cardano-crypto-test ^>= 1.5
, cardano-crypto-tests ^>= 2.1
, cardano-crypto-tests ^>= 2.2
, cardano-ledger-api ^>= 1.7
, cardano-ledger-core:{cardano-ledger-core, testlib} >= 1.8
, containers
Expand Down Expand Up @@ -337,7 +337,7 @@ test-suite cardano-api-golden
, cardano-api
, cardano-api:gen
, cardano-binary
, cardano-crypto-class ^>= 2.1.4
, cardano-crypto-class ^>= 2.2
, cardano-data >= 1.1
, cardano-ledger-alonzo
, cardano-ledger-api ^>= 1.7
Expand Down

0 comments on commit ab4b796

Please sign in to comment.