Skip to content

Commit 7ee3e19

Browse files
authored
Merge pull request #98 from cardano-foundation/develop
Provide cabal bounds in compliance with hackage requirements
2 parents 9152d0e + db8f49d commit 7ee3e19

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

cardano-crypto.cabal

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: cardano-crypto
22
version: 1.2.0
33
synopsis: Cryptography primitives for cardano
4-
description:
4+
description: This package provide cryptographic primitives in use in the Cardano network, mostly related to legacy Byron era.
55
homepage: https://github.com/input-output-hk/cardano-crypto#readme
66
license: MIT
77
license-file: LICENSE
@@ -44,14 +44,14 @@ library
4444
Crypto.Encoding.BIP39.English
4545
Cardano.Internal.Compat
4646
build-depends: base >= 4.7 && < 5
47-
, memory
47+
, basement >= 0.0.16
48+
, bytestring >= 0.11
49+
, crypton >= 0.32 && < 1.1
4850
, deepseq
49-
, bytestring
50-
, basement
5151
, foundation
52-
, crypton >= 0.22
53-
, hashable
5452
, 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)