Skip to content

Commit db8f49d

Browse files
committed
Relax bounds
It seems the bounds set by cabal gen-bounds are rather tight, and that quite a few dependencies have not any update for years so there's no need to be too strict in the bounds.
1 parent e271e56 commit db8f49d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

cardano-crypto.cabal

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ library
4444
Crypto.Encoding.BIP39.English
4545
Cardano.Internal.Compat
4646
build-depends: base >= 4.7 && < 5
47-
, basement >= 0.0.16 && < 0.1
48-
, bytestring >= 0.11.5 && < 0.13
49-
, crypton >= 0.32 && <= 1.0.1
50-
, deepseq >= 1.4.8 && < 1.6
51-
, foundation >= 0.0.30 && < 0.1
52-
, integer-gmp >= 1.1 && < 1.2
53-
, hashable >= 1.5.0 && < 1.6
54-
, memory >= 0.18.0 && < 0.19
47+
, basement >= 0.0.16
48+
, bytestring >= 0.11
49+
, crypton >= 0.32 && < 1.1
50+
, deepseq
51+
, foundation
52+
, integer-gmp
53+
, hashable >= 1.4 && < 1.6
54+
, memory >= 0.18
5555
default-language: Haskell2010
5656
C-sources: cbits/ed25519/ed25519.c
5757
cbits/encrypted_sign.c

0 commit comments

Comments
 (0)