Skip to content

Commit

Permalink
Switch from cryptonite to crypton
Browse files Browse the repository at this point in the history
Former is deprecated in favor of the later which is supposed to be
a drop in replacement.
  • Loading branch information
erikd committed Jan 28, 2025
1 parent 78548d6 commit 0a922e0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 8 deletions.
2 changes: 0 additions & 2 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ source-repository-package
-- points to a commit in `MAlonzo-code` if you were fiddling with the SRP
-- as part of your PR.
index-state:
-- Bump this if you need newer packages from Hackage
-- Bump this if you need newer packages from CHaP
, hackage.haskell.org 2025-01-14T00:25:08Z
, cardano-haskell-packages 2025-01-08T16:35:32Z

Expand Down
4 changes: 2 additions & 2 deletions eras/byron/crypto/cardano-crypto-wrapper.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ library
cardano-crypto,
cardano-ledger-binary >=1.3.1,
cardano-prelude >=0.2.0.0,
cryptonite,
crypton,
data-default,
deepseq,
formatting,
Expand Down Expand Up @@ -143,7 +143,7 @@ test-suite test
cardano-ledger-binary:{cardano-ledger-binary, testlib},
cardano-prelude,
cardano-prelude-test,
cryptonite,
crypton,
filepath,
formatting,
hedgehog >=1.0.4,
Expand Down
2 changes: 1 addition & 1 deletion eras/byron/crypto/test/cardano-crypto-test.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ library
cardano-ledger-binary:{cardano-ledger-binary, testlib} >=1.3.1,
cardano-prelude,
cardano-prelude-test,
cryptonite,
crypton,
hedgehog >=1.0.4,
memory,
2 changes: 1 addition & 1 deletion eras/byron/ledger/executable-spec/byron-spec-ledger.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ library
cardano-crypto-class,
cardano-ledger-binary >=1.0,
containers,
cryptonite,
crypton,
hashable,
hedgehog >=1.0.4,
microlens,
Expand Down
2 changes: 1 addition & 1 deletion eras/byron/ledger/impl/cardano-ledger-byron.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ library
cborg,
containers,
contra-tracer,
cryptonite,
crypton,
digest,
directory,
filepath,
Expand Down
2 changes: 1 addition & 1 deletion libs/cardano-ledger-test/cardano-ledger-test.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ library
cardano-strict-containers,
constrained-generators,
containers,
cryptonite,
crypton,
data-default,
deepseq,
formatting,
Expand Down

0 comments on commit 0a922e0

Please sign in to comment.