Skip to content

Commit a119896

Browse files
committed
Add cardano-base SRP
1 parent 3313cab commit a119896

6 files changed

Lines changed: 13 additions & 5 deletions

File tree

cabal.project

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ source-repository-package
3030
--sha256: sha256-piuEiELEq/XarQivlsrFwBwiWuMmc+PqIwOSGWR0euI=
3131
tag: 922f93addade2bd2e7ba64b25770b8f8ea8f2eb5
3232

33+
source-repository-package
34+
type: git
35+
location: https://github.com/IntersectMBO/cardano-base.git
36+
subdir: base-deriving-via cardano-binary cardano-crypto-class cardano-crypto-praos cardano-git-rev cardano-slotting cardano-strict-containers heapwords measures orphans-deriving-via
37+
--sha256: sha256-BAFejeplPYZdg1IUu3KyX4llgJsTiDvx7Qy6s4Bo2ms=
38+
tag: 52b93c60f8394be8bb75018c444b5fa311b29498
39+
3340
-- NOTE: If you would like to update the above,
3441
-- see CONTRIBUTING.md#to-update-the-referenced-agda-ledger-spec
3542
index-state:

eras/mary/impl/cardano-ledger-mary.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ library
8484
base >=4.18 && <5,
8585
base16-bytestring,
8686
bytestring,
87-
cardano-crypto-class >=2.3 && <2.6,
87+
cardano-crypto-class >=2.3 && <2.7,
8888
cardano-data ^>=1.3,
8989
cardano-ledger-allegra ^>=1.10,
9090
cardano-ledger-binary >=1.4,

eras/shelley/impl/cardano-ledger-shelley.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ library
118118
base >=4.18 && <5,
119119
bytestring,
120120
cardano-base >=0.1.1.0,
121-
cardano-crypto-class >=2.3 && <2.6,
121+
cardano-crypto-class >=2.3 && <2.7,
122122
cardano-crypto-wrapper,
123123
cardano-data ^>=1.3,
124124
cardano-ledger-binary ^>=1.9,

libs/cardano-ledger-binary/cardano-ledger-binary.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ library
5757
bytestring,
5858
cardano-base >=0.1.2,
5959
cardano-binary >=1.7.3,
60-
cardano-crypto-class >=2.3 && <2.6,
60+
cardano-crypto-class >=2.3 && <2.7,
6161
cardano-crypto-leios >=0.1,
6262
cardano-crypto-praos >=2.2.2,
6363
cardano-slotting >=0.2,

libs/cardano-ledger-core/cardano-ledger-core.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ library
119119
bytestring >=0.10 && <0.11.3 || >=0.11.4,
120120
cardano-base >=0.1.6,
121121
cardano-crypto,
122-
cardano-crypto-class >=2.4 && <2.6,
122+
cardano-crypto-class >=2.4 && <2.7,
123123
cardano-crypto-wrapper,
124124
cardano-data >=1.3,
125125
cardano-ledger-binary ^>=1.9,

libs/cardano-protocol-tpraos/cardano-protocol-tpraos.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ library
4545
-Wredundant-constraints
4646
build-depends:
4747
base >=4.18 && <5,
48-
cardano-crypto-class ^>=2.5,
48+
cardano-crypto-class ^>=2.6,
49+
cardano-crypto-praos ^>=2.2,
4950
cardano-ledger-allegra >=1.10,
5051
cardano-ledger-alonzo >=1.16,
5152
cardano-ledger-babbage >=1.13.1,

0 commit comments

Comments
 (0)