Skip to content

Commit 3065f85

Browse files
committed
Remove cardano-crypto-test package and references to it
1 parent 82be608 commit 3065f85

File tree

9 files changed

+5
-120
lines changed

9 files changed

+5
-120
lines changed

RELEASING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,6 @@ but the changelog _only_ needs to indicate if breaking changes have been made:
334334
* `cardano-ledger-alonzo-test`
335335
* `cardano-ledger-babbage-test`
336336
* `cardano-ledger-conway-test`
337-
* `cardano-crypto-test`
338337

339338
A changelog which indicates that no changes have been made will have the form:
340339

REVISIONING.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ Next, you will add the actual revisions and test if you can build your packages
7373
'.#"ghc96/byron-spec-ledger/1.0.0.2"' \
7474
'.#"ghc96/cardano-ledger-byron/1.0.0.4"' \
7575
'.#"ghc96/cardano-crypto-wrapper/1.5.1.1"' \
76-
'.#"ghc96/cardano-crypto-test/1.5.0.1"' \
7776
'.#"ghc96/cardano-ledger-conway/1.12.0.0"' \
7877
'.#"ghc96/cardano-ledger-conway-test/1.2.1.3"' \
7978
'.#"ghc96/cardano-ledger-mary/1.5.0.0"' \
@@ -120,7 +119,6 @@ Next, you will add the actual revisions and test if you can build your packages
120119
'.#"ghc96/byron-spec-ledger/1.0.0.2"' \
121120
'.#"ghc96/cardano-ledger-byron/1.0.0.4"' \
122121
'.#"ghc96/cardano-crypto-wrapper/1.5.1.1"' \
123-
'.#"ghc96/cardano-crypto-test/1.5.0.1"' \
124122
'.#"ghc96/cardano-ledger-conway/1.12.0.0"' \
125123
'.#"ghc96/cardano-ledger-conway-test/1.2.1.3"' \
126124
'.#"ghc96/cardano-ledger-mary/1.5.0.0"' \
@@ -168,7 +166,6 @@ extra-packages:
168166
byron-spec-ledger-1.0.0.2,
169167
cardano-ledger-byron-1.0.0.4,
170168
cardano-crypto-wrapper-1.5.1.1,
171-
cardano-crypto-test-1.5.0.1,
172169
cardano-ledger-conway-1.12.0.0,
173170
cardano-ledger-conway-test-1.2.1.3,
174171
cardano-ledger-mary-1.5.0.0,
@@ -209,7 +206,6 @@ library
209206
byron-spec-ledger \
210207
cardano-ledger-byron \
211208
cardano-crypto-wrapper \
212-
cardano-crypto-test \
213209
cardano-ledger-conway \
214210
cardano-ledger-conway-test \
215211
cardano-ledger-mary \
@@ -257,7 +253,6 @@ library
257253
byron-spec-ledger \
258254
cardano-ledger-byron \
259255
cardano-crypto-wrapper \
260-
cardano-crypto-test \
261256
cardano-ledger-conway \
262257
cardano-ledger-conway-test \
263258
cardano-ledger-mary \

cabal.project

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ packages:
3030
-- byron-spec-ledger:
3131
-- cardano-ledger-byron:
3232
-- cardano-crypto-wrapper:
33-
-- cardano-crypto-test:
3433
-- Packages used during development and are not released to CHaPs:
3534
eras/allegra/impl
3635
eras/alonzo/impl
@@ -56,7 +55,6 @@ packages:
5655
eras/byron/ledger/executable-spec
5756
eras/byron/ledger/impl
5857
eras/byron/crypto
59-
eras/byron/crypto/test
6058
libs/cardano-ledger-conformance
6159
libs/cardano-ledger-test
6260
libs/plutus-preprocessor

eras/byron/crypto/test/.ghcid

Lines changed: 0 additions & 1 deletion
This file was deleted.

eras/byron/crypto/test/CHANGELOG.md

Lines changed: 0 additions & 37 deletions
This file was deleted.

eras/byron/crypto/test/cardano-crypto-test.cabal

Lines changed: 0 additions & 67 deletions
This file was deleted.

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,8 +345,7 @@ library testlib
345345
byron-spec-ledger,
346346
bytestring,
347347
cardano-crypto,
348-
cardano-crypto-test,
349-
cardano-crypto-wrapper,
348+
cardano-crypto-wrapper:{cardano-crypto-wrapper, testlib},
350349
cardano-ledger-binary:{cardano-ledger-binary, testlib},
351350
cardano-ledger-byron,
352351
cardano-prelude,

hie.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,12 @@ cradle:
7878
- path: "eras/byron/crypto/src"
7979
component: "lib:cardano-crypto-wrapper"
8080

81+
- path: "eras/byron/crypto/testlib"
82+
component: "cardano-crypto-wrapper:lib:testlib"
83+
8184
- path: "eras/byron/crypto/test"
8285
component: "cardano-crypto-wrapper:test:test"
8386

84-
- path: "eras/byron/crypto/test/./"
85-
component: "lib:cardano-crypto-test"
86-
8787
- path: "eras/byron/ledger/executable-spec/src"
8888
component: "lib:byron-spec-ledger"
8989

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,7 @@ library testlib
192192
binary,
193193
bytestring,
194194
cardano-crypto-class,
195-
cardano-crypto-test,
196-
cardano-crypto-wrapper,
195+
cardano-crypto-wrapper:{cardano-crypto-wrapper, testlib},
197196
cardano-ledger-binary:{cardano-ledger-binary, testlib} >=1.5,
198197
cardano-ledger-byron:{cardano-ledger-byron, testlib},
199198
cardano-ledger-core,

0 commit comments

Comments
 (0)