Skip to content

Commit 8762a10

Browse files
authored
Merge pull request #4851 from input-output-hk/sl/chap-updates
2 parents e41bdd4 + f8141bc commit 8762a10

File tree

10 files changed

+70
-25
lines changed

10 files changed

+70
-25
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: 1.35.4
4+
version: 1.35.5
55
description: A cardano topology generator
66
author: IOHK
77
maintainer: [email protected]

cabal.project

Lines changed: 58 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ repository cardano-haskell-packages
1212

1313
-- See CONTRIBUTING for information about these, including some Nix commands
1414
-- you need to run if you change them
15-
index-state: 2022-09-27T00:00:00Z
16-
index-state: cardano-haskell-packages 2022-10-25T20:00:00Z
15+
index-state: 2022-09-27T18:00:00Z
16+
index-state: cardano-haskell-packages 2023-01-26T18:00:00Z
1717

1818
packages:
1919
cardano-api
@@ -88,28 +88,74 @@ constraints:
8888
, algebraic-graphs < 0.7
8989
, protolude < 0.3.1
9090
-- TODO: these should be set in cabal files, but avoiding setting them in lower dependencies for initial CHaP release
91-
, cardano-prelude == 0.1.0.0
91+
, ap-normalize == 0.1.0.1
9292
, base-deriving-via == 0.1.0.0
93-
, cardano-binary == 1.5.0
93+
, byron-spec-chain == 0.1.0.0
94+
, byron-spec-ledger == 0.1.0.0
95+
, cardano-binary == 1.5.0
9496
, cardano-binary-test == 1.3.0
95-
, cardano-crypto-class == 2.0.0.0.1
96-
, cardano-crypto-praos == 2.0.0.0.1
97-
, cardano-crypto-tests == 2.0.0.0.1
98-
, cardano-slotting == 0.1.0.0
97+
, cardano-crypto-class == 2.0.0.0.1
98+
, cardano-crypto-praos == 2.0.0.0.1
99+
, cardano-crypto-test == 1.3.0
100+
, cardano-crypto-tests == 2.0.0.0.1
101+
, cardano-crypto-wrapper == 1.3.0
102+
, cardano-data == 0.1.0.1
103+
, cardano-ledger-alonzo == 0.1.0.0
104+
, cardano-ledger-babbage == 0.1.0.0
105+
, cardano-ledger-byron == 0.1.0.0
106+
, cardano-ledger-byron-test == 1.3.0
107+
, cardano-ledger-core == 0.1.0.0
108+
, cardano-ledger-pretty == 0.1.0.0
109+
, cardano-ledger-shelley == 0.1.0.0
110+
, cardano-ledger-shelley-ma == 0.1.0.0
111+
, cardano-ledger-shelley-test == 0.1.0.0
112+
, cardano-prelude == 0.1.0.0
113+
, cardano-prelude-test == 0.1.0.1
114+
, cardano-protocol-tpraos == 0.1.0.0
115+
, cardano-slotting == 0.1.0.0
116+
, contra-tracer == 0.1.0.0
117+
, ekg-forward == 0.1.0
118+
, generic-monoid == 0.1.0.1
119+
, goblins == 0.2.0.0
120+
, iohk-monitoring ==0.1.11.0
121+
, lobemo-backend-aggregation == 0.1.0.0
122+
, lobemo-backend-ekg == 0.1.0.1
123+
, lobemo-backend-monitoring == 0.1.0.0
124+
, lobemo-backend-trace-forwarder == 0.1.0.0
125+
, lobemo-scribe-systemd == 0.1.0.0
99126
, measures == 0.1.0.0
127+
, monoidal-synchronisation == 0.1.0.1
128+
, network-mux == 0.1.0.1
129+
, non-integral == 0.1.0.0
100130
, orphans-deriving-via == 0.1.0.0
101-
, strict-containers == 0.1.0.0
131+
, ouroboros-consensus == 0.1.0.1
132+
, ouroboros-consensus-byron == 0.1.0.1
133+
, ouroboros-consensus-cardano == 0.1.0.1
134+
, ouroboros-consensus-protocol == 0.1.0.1
135+
, ouroboros-consensus-shelley == 0.1.0.1
136+
, ouroboros-network == 0.1.0.1
137+
, ouroboros-network-framework == 0.1.0.1
138+
, ouroboros-network-testing == 0.1.0.1
102139
, plutus-core == 1.0.0.1
140+
, plutus-ghc-stub == 8.6.5
103141
, plutus-ledger-api == 1.0.0.1
104142
, plutus-tx == 1.0.0.0
105143
, plutus-tx-plugin == 1.0.0.0
106144
, prettyprinter-configurable == 0.1.0.0
107-
, plutus-ghc-stub == 8.6.5
108-
, word-array == 0.1.0.0
145+
, set-algebra == 0.1.0.0
146+
, small-steps == 0.1.0.0
147+
, small-steps-test == 0.1.0.0
148+
, strict-containers == 0.1.0.0
149+
, tracer-transformers == 0.1.0.1
150+
, typed-protocols == 0.1.0.0
151+
, typed-protocols-cborg == 0.1.0.0
152+
, vector-map == 0.1.0.0
153+
, Win32-network == 0.1.0.0
154+
, wl-pprint-annotated == 0.1.0.1
109155
, word-array == 0.1.0.0
110156

111157
extra-packages:
112-
ouroboros-consensus-cardano-tools == 0.1.0.0
158+
ouroboros-consensus-cardano-tools == 0.1.0.1
113159

114160
package snap-server
115161
flags: +openssl
@@ -148,4 +194,3 @@ source-repository-package
148194
location: https://github.com/denisshevchenko/threepenny-gui
149195
tag: 4ec92ded05ccf59ba4a874be4b404ac1b6d666b6
150196
--sha256: 00fvvaf4ir4hskq4a6gggbh2wmdvy8j8kn6s4m1p1vlh8m8mq514
151-

cardano-api/cardano-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-api
4-
version: 1.35.4
4+
version: 1.35.5
55
description: The cardano api
66
author: IOHK
77
maintainer: [email protected]

cardano-cli/cardano-cli.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-cli
4-
version: 1.35.4
4+
version: 1.35.5
55
description: The Cardano command-line interface.
66
author: IOHK
77
maintainer: [email protected]

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: 1.35.4
4+
version: 1.35.5
55
description: The cardano full node
66
author: IOHK
77
maintainer: [email protected]

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: 1.35.4
4+
version: 1.35.5
55
description: The cardano full node
66
author: IOHK
77
maintainer: [email protected]

cardano-testnet/cardano-testnet.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-testnet
4-
version: 1.35.4
4+
version: 1.35.5
55
description: The cardano full node
66
author: IOHK
77
maintainer: [email protected]

cardano-tracer/cardano-tracer.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: cardano-tracer
3-
version: 1.35.4
3+
version: 1.35.5
44
synopsis: A service for logging and monitoring over Cardano nodes.
55
description: See README for more info
66
license: Apache-2.0

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.5"
22

33
services:
44
cardano-node:
5-
image: inputoutput/cardano-node:${CARDANO_NODE_VERSION:-1.35.4}
5+
image: inputoutput/cardano-node:${CARDANO_NODE_VERSION:-1.35.5}
66
environment:
77
- NETWORK=${NETWORK:-mainnet}
88
volumes:
@@ -15,7 +15,7 @@ services:
1515
max-file: "10"
1616

1717
cardano-submit-api:
18-
image: inputoutput/cardano-submit-api:${CARDANO_SUBMIT_API_VERSION:-1.35.4}
18+
image: inputoutput/cardano-submit-api:${CARDANO_SUBMIT_API_VERSION:-1.35.5}
1919
environment:
2020
- NETWORK=${NETWORK:-mainnet}
2121
depends_on:

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)