We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af123e2 commit fd80d64Copy full SHA for fd80d64
libs/cardano-ledger-binary/cardano-ledger-binary.cabal
@@ -120,11 +120,11 @@ library testlib
120
cardano-crypto-tests,
121
cardano-ledger-binary,
122
cardano-prelude-test,
123
- cardano-slotting:{cardano-slotting, testlib} >=0.1.2,
+ cardano-slotting:{cardano-slotting, testlib} >=0.1.2 && <0.2.0.2,
124
cardano-strict-containers,
125
cborg,
126
containers,
127
- cuddle >=0.4,
+ cuddle >=0.4 && <1.1,
128
formatting,
129
half,
130
hedgehog,
@@ -137,7 +137,7 @@ library testlib
137
prettyprinter-ansi-terminal,
138
primitive,
139
quickcheck-instances >=0.3.32,
140
- random >=1.2,
+ random ^>=1.2,
141
tasty-hunit,
142
text,
143
tree-diff,
0 commit comments