Skip to content

Commit c844bc2

Browse files
committed
Pin versions of crypto packages
1 parent 2902d89 commit c844bc2

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

Diff for: ouroboros-consensus-cardano/ouroboros-consensus-cardano.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ library
129129
bytestring >=0.10 && <0.13,
130130
cardano-binary,
131131
cardano-crypto,
132-
cardano-crypto-class,
132+
cardano-crypto-class ^>= 2.2,
133133
cardano-crypto-wrapper,
134134
cardano-ledger-allegra ^>=1.6,
135135
cardano-ledger-alonzo ^>=1.12,

Diff for: ouroboros-consensus-diffusion/ouroboros-consensus-diffusion.cabal

+3-3
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ library unstable-mock-testlib
174174
QuickCheck,
175175
base,
176176
bytestring,
177-
cardano-crypto-class,
178-
cardano-crypto-tests,
177+
cardano-crypto-class ^>= 2.2,
178+
cardano-crypto-tests ^>= 2.2,
179179
containers,
180180
ouroboros-consensus:{ouroboros-consensus, unstable-consensus-testlib, unstable-mock-block},
181181
ouroboros-network-protocols:testlib,
@@ -281,7 +281,7 @@ test-suite consensus-test
281281
base,
282282
binary,
283283
bytestring,
284-
cardano-crypto-class,
284+
cardano-crypto-class ^>= 2.2,
285285
cardano-slotting:{cardano-slotting, testlib},
286286
cardano-strict-containers,
287287
containers,

Diff for: ouroboros-consensus-protocol/ouroboros-consensus-protocol.cabal

+5-5
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ library
6666
base >=4.14 && <4.21,
6767
bytestring,
6868
cardano-binary,
69-
cardano-crypto-class,
69+
cardano-crypto-class ^>= 2.2,
7070
cardano-ledger-binary,
7171
cardano-ledger-core,
7272
cardano-ledger-shelley,
@@ -94,9 +94,9 @@ library unstable-protocol-testlib
9494
base,
9595
base16-bytestring,
9696
bytestring,
97-
cardano-crypto-class,
98-
cardano-crypto-praos,
99-
cardano-crypto-tests,
97+
cardano-crypto-class ^>= 2.2,
98+
cardano-crypto-praos ^>= 2.2,
99+
cardano-crypto-tests ^>= 2.2,
100100
cardano-ledger-binary,
101101
cardano-ledger-core,
102102
cardano-ledger-shelley-test,
@@ -117,7 +117,7 @@ test-suite protocol-test
117117
build-depends:
118118
QuickCheck,
119119
base,
120-
cardano-crypto-class,
120+
cardano-crypto-class ^>= 2.2,
121121
cardano-ledger-binary:testlib,
122122
cardano-ledger-core ^>=1.17,
123123
containers,

Diff for: ouroboros-consensus/ouroboros-consensus.cabal

+3-3
Original file line numberDiff line numberDiff line change
@@ -542,8 +542,8 @@ test-suite consensus-test
542542
base,
543543
base-deriving-via,
544544
cardano-binary,
545-
cardano-crypto-class,
546-
cardano-crypto-tests,
545+
cardano-crypto-class ^>= 2.2,
546+
cardano-crypto-tests ^>= 2.2,
547547
cardano-slotting:{cardano-slotting, testlib},
548548
cborg,
549549
containers,
@@ -651,7 +651,7 @@ test-suite storage-test
651651
bifunctors,
652652
binary,
653653
bytestring,
654-
cardano-crypto-class,
654+
cardano-crypto-class ^>= 2.2,
655655
cardano-slotting:{cardano-slotting, testlib},
656656
cborg,
657657
containers,

0 commit comments

Comments
 (0)