Skip to content

Commit 9452bbb

Browse files
bump cardano-crytpo-class
1 parent 8db5cb3 commit 9452bbb

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

cabal.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repository cardano-haskell-packages
1414
-- you need to run if you change them
1515
index-state:
1616
, hackage.haskell.org 2025-10-17T00:26:22Z
17-
, cardano-haskell-packages 2025-11-07T15:42:47Z
17+
, cardano-haskell-packages 2025-11-20T19:55:27Z
1818

1919
packages:
2020
cardano-node

cardano-node-chairman/cardano-node-chairman.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ test-suite chairman-tests
6969

7070
build-depends: , cardano-api
7171
, cardano-testnet
72-
, cardano-crypto-class ^>= 2.2
72+
, cardano-crypto-class ^>=2.2.3.2
7373
, data-default-class
7474
, filepath
7575
, hedgehog

cardano-node/cardano-node.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.8
22

33
name: cardano-node
4-
version: 10.6.0
4+
version: 10.6.1
55
synopsis: The cardano full node
66
description: The cardano full node.
77
category: Cardano,
@@ -142,7 +142,7 @@ library
142142
, base16-bytestring
143143
, bytestring
144144
, cardano-api ^>= 10.19
145-
, cardano-crypto-class
145+
, cardano-crypto-class ^>=2.2.3.2
146146
, cardano-crypto-wrapper
147147
, cardano-git-rev ^>=0.2.2
148148
, cardano-ledger-alonzo
@@ -252,7 +252,7 @@ test-suite cardano-node-test
252252
build-depends: base
253253
, aeson
254254
, bytestring
255-
, cardano-crypto-class
255+
, cardano-crypto-class ^>=2.2.3.2
256256
, cardano-crypto-wrapper
257257
, cardano-api
258258
, cardano-protocol-tpraos

cardano-submit-api/cardano-submit-api.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ library
4242
, cardano-api ^>= 10.19
4343
, cardano-binary
4444
, cardano-cli ^>= 10.13
45-
, cardano-crypto-class ^>= 2.2
45+
, cardano-crypto-class ^>=2.2.3.2
4646
, http-media
4747
, iohk-monitoring
4848
, mtl
@@ -97,4 +97,4 @@ test-suite unit
9797
main-is: test.hs
9898
hs-source-dirs: test
9999
build-depends: base
100-
, cardano-crypto-class ^>= 2.2
100+
, cardano-crypto-class ^>=2.2.3.2

cardano-testnet/cardano-testnet.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ library
4242
, bytestring
4343
, cardano-api ^>= 10.19
4444
, cardano-cli:{cardano-cli, cardano-cli-test-lib} ^>= 10.13
45-
, cardano-crypto-class
45+
, cardano-crypto-class ^>=2.2.3.2
4646
, cardano-crypto-wrapper
4747
, cardano-git-rev ^>= 0.2.2
4848
, cardano-ledger-alonzo
@@ -145,7 +145,7 @@ executable cardano-testnet
145145

146146
main-is: cardano-testnet.hs
147147

148-
build-depends: cardano-crypto-class
148+
build-depends: cardano-crypto-class ^>=2.2.3.2
149149
, cardano-cli
150150
, cardano-testnet
151151
, optparse-applicative-fork
@@ -241,7 +241,7 @@ test-suite cardano-testnet-test
241241
, bytestring
242242
, cardano-api
243243
, cardano-cli:{cardano-cli, cardano-cli-test-lib}
244-
, cardano-crypto-class
244+
, cardano-crypto-class ^>=2.2.3.2
245245
, cardano-ledger-conway
246246
, cardano-ledger-core
247247
, cardano-ledger-shelley

0 commit comments

Comments
 (0)