Skip to content

Commit

Permalink
Merge pull request #98 from cardano-foundation/develop
Browse files Browse the repository at this point in the history
Provide cabal bounds in compliance with hackage requirements
  • Loading branch information
erikd authored Feb 14, 2025
2 parents 9152d0e + db8f49d commit 7ee3e19
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cardano-crypto.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: cardano-crypto
version: 1.2.0
synopsis: Cryptography primitives for cardano
description:
description: This package provide cryptographic primitives in use in the Cardano network, mostly related to legacy Byron era.
homepage: https://github.com/input-output-hk/cardano-crypto#readme
license: MIT
license-file: LICENSE
Expand Down Expand Up @@ -44,14 +44,14 @@ library
Crypto.Encoding.BIP39.English
Cardano.Internal.Compat
build-depends: base >= 4.7 && < 5
, memory
, basement >= 0.0.16
, bytestring >= 0.11
, crypton >= 0.32 && < 1.1
, deepseq
, bytestring
, basement
, foundation
, crypton >= 0.22
, hashable
, integer-gmp
, hashable >= 1.4 && < 1.6
, memory >= 0.18
default-language: Haskell2010
C-sources: cbits/ed25519/ed25519.c
cbits/encrypted_sign.c
Expand Down

0 comments on commit 7ee3e19

Please sign in to comment.