Skip to content

Commit

Permalink
Merge pull request #4679 from IntersectMBO/td/release-fixes
Browse files Browse the repository at this point in the history
Fixes for release
  • Loading branch information
teodanciu authored Oct 9, 2024
2 parents 4a0f705 + 631178a commit 0ba8e73
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 20 deletions.
2 changes: 1 addition & 1 deletion eras/allegra/impl/cardano-ledger-allegra.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ library
aeson,
bytestring,
cardano-crypto-class,
cardano-ledger-binary >=1.3,
cardano-ledger-binary >=1.4,
cardano-ledger-core ^>=1.15,
cardano-ledger-shelley >=1.13 && <1.15,
cardano-strict-containers,
Expand Down
2 changes: 1 addition & 1 deletion eras/babbage/impl/cardano-ledger-babbage.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ library
cardano-data >=1.2,
cardano-ledger-allegra ^>=1.6,
cardano-ledger-alonzo >=1.11 && <1.12,
cardano-ledger-binary >=1.3,
cardano-ledger-binary >=1.4,
cardano-ledger-core ^>=1.15,
cardano-ledger-mary ^>=1.7,
cardano-ledger-shelley ^>=1.14,
Expand Down
2 changes: 1 addition & 1 deletion eras/babbage/test-suite/cardano-ledger-babbage-test.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ library
cardano-ledger-binary:{cardano-ledger-binary, testlib} >=1.0,
cardano-ledger-alonzo:{cardano-ledger-alonzo, testlib} >=1.9,
cardano-ledger-alonzo-test >=1.1,
cardano-ledger-babbage >=1.9 && <1.11,
cardano-ledger-babbage >=1.10 && <1.11,
cardano-ledger-core:{cardano-ledger-core, testlib} >=1.11,
cardano-ledger-shelley-ma-test >=1.1,
cardano-ledger-mary >=1.4,
Expand Down
5 changes: 1 addition & 4 deletions eras/byron/ledger/impl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
# Revision history for `cardano-ledger-byron`

## 1.0.3.0

* Move `mainnet-genesis.json` to the test package to make `ts_prop_elaboratedCertsValid` pass when run with `cabal`. #4586

## 1.0.2.0

* Move `mainnet-genesis.json` to the test package to make `ts_prop_elaboratedCertsValid` pass when run with `cabal`. #4586
* `force` `startTime` in the evaluation of genesis-data. #4574

## 1.0.1.0
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
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: cardano-ledger-byron
version: 1.0.3.0
version: 1.0.2.0
license: Apache-2.0
maintainer: operations@iohk.io
author: IOHK
Expand Down
4 changes: 2 additions & 2 deletions eras/conway/impl/cardano-ledger-conway.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ library testlib
cardano-ledger-allegra,
cardano-ledger-alonzo:{cardano-ledger-alonzo, testlib},
cardano-ledger-binary:{cardano-ledger-binary, testlib},
cardano-ledger-babbage:{cardano-ledger-babbage, testlib} >=1.8.2,
cardano-ledger-babbage:{cardano-ledger-babbage, testlib},
cardano-ledger-conway,
cardano-ledger-core:{cardano-ledger-core, testlib},
cardano-ledger-mary,
Expand Down Expand Up @@ -187,7 +187,7 @@ executable huddle-cddl
build-depends:
base,
testlib,
cardano-ledger-binary:testlib >=1.3.4.0
cardano-ledger-binary:testlib >=1.4

executable gen-golden
main-is: GenerateGoldenFileMain.hs
Expand Down
4 changes: 2 additions & 2 deletions eras/conway/test-suite/cardano-ledger-conway-test.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ library
build-depends:
base >=4.14 && <5,
cardano-data >=1.2.2,
cardano-ledger-alonzo:{cardano-ledger-alonzo, testlib} >=1.6,
cardano-ledger-babbage >=1.3,
cardano-ledger-alonzo:{cardano-ledger-alonzo, testlib} >=1.11,
cardano-ledger-babbage >=1.10,
cardano-ledger-binary >=1.0,
cardano-ledger-conway:{cardano-ledger-conway, testlib} >=1.16.1 && <1.18,
cardano-ledger-core:{cardano-ledger-core, testlib} >=1.11,
Expand Down
2 changes: 1 addition & 1 deletion eras/mary/impl/cardano-ledger-mary.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ library
cardano-crypto-class,
cardano-data ^>=1.2,
cardano-ledger-allegra ^>=1.6,
cardano-ledger-binary >=1.3,
cardano-ledger-binary >=1.4,
cardano-ledger-core ^>=1.15,
cardano-ledger-shelley >=1.13 && <1.15,
containers,
Expand Down
2 changes: 1 addition & 1 deletion eras/shelley/impl/cardano-ledger-shelley.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ executable huddle-cddl
build-depends:
base,
testlib,
cardano-ledger-binary:testlib >=1.3.4
cardano-ledger-binary:testlib >=1.4

test-suite tests
type: exitcode-stdio-1.0
Expand Down
4 changes: 2 additions & 2 deletions libs/cardano-data/cardano-data.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: cardano-data
version: 1.2.3.0
version: 1.2.3.1
license: Apache-2.0
maintainer: operations@iohk.io
author: IOHK
Expand Down Expand Up @@ -35,7 +35,7 @@ library
build-depends:
base >=4.14 && <5,
aeson >=2.2,
cardano-ledger-binary >=1.3,
cardano-ledger-binary >=1.4,
cardano-strict-containers >=0.1.2.1,
containers,
data-default-class,
Expand Down
4 changes: 2 additions & 2 deletions libs/cardano-ledger-api/cardano-ledger-api.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ library
bytestring,
cardano-ledger-allegra ^>=1.6,
cardano-ledger-alonzo >=1.9 && <1.12,
cardano-ledger-babbage >=1.9 && <=1.11,
cardano-ledger-binary >=1.3,
cardano-ledger-babbage >=1.10 && <=1.11,
cardano-ledger-binary >=1.4,
cardano-ledger-conway >=1.13 && <1.19,
cardano-ledger-core ^>=1.15,
cardano-ledger-mary ^>=1.7,
Expand Down
4 changes: 2 additions & 2 deletions libs/small-steps/small-steps.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: small-steps
version: 1.1.0.0
version: 1.1.0.1
license: Apache-2.0
maintainer: operations@iohk.io
author: IOHK
Expand Down Expand Up @@ -67,7 +67,7 @@ library testlib
build-depends:
base >=4.14 && <5,
deepseq,
cardano-ledger-binary:testlib >=1.3,
cardano-ledger-binary:testlib >=1.4,
hedgehog >=1.0.4,
tasty-hunit,
microlens,
Expand Down

0 comments on commit 0ba8e73

Please sign in to comment.