Skip to content

Commit 58568c2

Browse files
committed
CHaP: bump to latest
* update ledger to latest minor versions * update plutus to latest minor version * update bech32 to latest minor version * update cardano-api to 8.8 * set node version to 8.2 * increment minor version of all other packages
1 parent 0f0a857 commit 58568c2

File tree

14 files changed

+22
-24
lines changed

14 files changed

+22
-24
lines changed

bench/cardano-topology/cardano-topology.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.0
22

33
name: cardano-topology
4-
version: 8.1.0
4+
version: 8.2.0
55
synopsis: A cardano topology generator
66
description: A cardano topology generator.
77
category: Cardano,

bench/locli/locli.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.0
22

33
name: locli
4-
version: 1.29
4+
version: 1.30
55
synopsis: Cardano log analysis CLI
66
description: Cardano log analysis CLI.
77
category: Cardano,

bench/plutus-scripts-bench/plutus-scripts-bench.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: plutus-scripts-bench
3-
version: 1.0.0.0
3+
version: 1.0.0.1
44
synopsis: Plutus scripts used for benchmarking
55
description: Plutus scripts used for benchmarking.
66
category: Cardano,

bench/tx-generator/tx-generator.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.0
22

33
name: tx-generator
4-
version: 2.5
4+
version: 2.6
55
synopsis: A transaction workload generator for Cardano clusters
66
description: A transaction workload generator for Cardano clusters.
77
category: Cardano,

cabal.project

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ repository cardano-haskell-packages
1313
-- See CONTRIBUTING for information about these, including some Nix commands
1414
-- you need to run if you change them
1515
index-state:
16-
, hackage.haskell.org 2023-07-21T10:12:20Z
17-
, cardano-haskell-packages 2023-07-21T12:48:43Z
16+
, hackage.haskell.org 2023-07-27T01:34:31Z
17+
, cardano-haskell-packages 2023-07-27T07:20:05Z
1818

1919
packages:
2020
cardano-client-demo
@@ -38,6 +38,8 @@ package cardano-api
3838

3939
package cardano-cli
4040
ghc-options: -Werror
41+
-- TODO delete the following when the warning is fixed
42+
ghc-options: -Wno-redundant-constraints
4143

4244
package cardano-client-demo
4345
ghc-options: -Werror
@@ -106,10 +108,6 @@ allow-newer:
106108
text,
107109
ekg-forward
108110

109-
constraints:
110-
optparse-applicative >= 0.16.0 && < 0.16.1,
111-
cardano-api < 8.8.1
112-
113111
-- IMPORTANT
114112
-- Do NOT add more source-repository-package stanzas here unless they are strictly
115113
-- temporary! Please read the section in CONTRIBUTING about updating dependencies.

cardano-client-demo/cardano-client-demo.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.0
22

33
name: cardano-client-demo
4-
version: 0.1.0.0
4+
version: 0.1.0.1
55
synopsis: A simple demo cardano-node client application
66
description: This is intended to demonstrate how to write simple
77
applications that interact with the cardano-node,

cardano-node-capi/cardano-node-capi.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.0
22

33
name: cardano-node-capi
4-
version: 0.1.0.0
4+
version: 0.1.0.1
55
synopsis: FFI C library for Cardano
66
description: ffi c library around the full node.
77
category: Cardano,

cardano-node-chairman/cardano-node-chairman.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.0
22

33
name: cardano-node-chairman
4-
version: 8.1.0
4+
version: 8.2.0
55
synopsis: The cardano full node
66
description: The cardano full node.
77
category: Cardano,

cardano-node/cardano-node.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.0
22

33
name: cardano-node
4-
version: 8.1.1
4+
version: 8.2.0
55
synopsis: The cardano full node
66
description: The cardano full node.
77
category: Cardano,

cardano-submit-api/cardano-submit-api.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.0
22

33
name: cardano-submit-api
4-
version: 3.1.2
4+
version: 3.1.3
55
synopsis: A web server that allows transactions to be POSTed to the cardano chain
66
description: A web server that allows transactions to be POSTed to the cardano chain.
77
homepage: https://github.com/input-output-hk/cardano-node

0 commit comments

Comments
 (0)