Skip to content

Commit 725b294

Browse files
committed
Fixup dep versions
1 parent d6a79eb commit 725b294

File tree

7 files changed

+22
-13
lines changed

7 files changed

+22
-13
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ library
8282
-- IOG dependencies
8383
--------------------------
8484
build-depends:
85-
, cardano-api ^>=10.20
85+
, cardano-api ^>=10.19.1
8686
, plutus-ledger-api ^>=1.53
8787
, plutus-tx ^>=1.53
8888
, plutus-tx-plugin ^>=1.53

bench/tx-generator/tx-generator.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ library
111111
, attoparsec-aeson
112112
, base16-bytestring
113113
, bytestring
114-
, cardano-api ^>= 10.20
114+
, cardano-api ^>= 10.19.1
115115
, cardano-binary
116116
, cardano-cli ^>= 10.13
117117
, cardano-crypto-class

cabal.project

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ package snap-server
5454
package bitvec
5555
flags: -simd
5656

57+
if impl(ghc < 9.6.7)
58+
allow-older:
59+
blockio:unix
60+
5761
-- required for haddocks to build successfully
5862
package plutus-scripts-bench
5963
haddock-options: "--optghc=-fplugin-opt PlutusTx.Plugin:defer-errors"
@@ -66,28 +70,32 @@ allow-newer:
6670
-- temporary! Please read the section in CONTRIBUTING about updating dependencies.
6771
source-repository-package
6872
type: git
69-
location: https://github.com/intersectmbo/cardano-cli.git
70-
tag: 9bed9ca66fb4d0d7854e748c681d842bac202051
71-
--sha256: sha256-7q/g7RHjO1sSW8RDiq47TpQccVOHOciDohgavH/g9t8=
72-
subdir: cardano-cli
73+
location: https://github.com/IntersectMBO/cardano-cli
74+
tag: 053e8b90fe29e1d0ce7732d2cfbc12d02e80bd00
75+
--sha256: sha256-Ygpdvwyw5jkeF5sdJqDY7XHaOFmaLbkiO48cGGfjRlI=
76+
subdir:
77+
cardano-cli
7378

7479
source-repository-package
7580
type: git
7681
location: https://github.com/IntersectMBO/cardano-api
77-
tag: 3d33855a5af6c6f2bb37b0c417f1ceb474ae079f
78-
--sha256: sha256-zsEu8ZxF5/fLgokv/4kkII3j8/JbCvrnsHDueQyI6xI=
82+
tag: 557d3da61b98c3d2a252ed90fd9149ead77f9b9e
83+
--sha256: sha256-fatIubxlhhGC+Ml3IEjQJcWd1mnbY3bo2FUvaVGJcZ0=
7984
subdir:
8085
cardano-api
8186

8287
source-repository-package
8388
type: git
8489
location: https://github.com/IntersectMBO/ouroboros-consensus
85-
tag: baf4ebbd924433543f8c5142b370b1061ac2e7bb
86-
--sha256: sha256-dCNFxrLF7MPqNRc9aIwl2AZpjHqw9dGerTudo7GQzao=
90+
tag: 22773e62030913fe6cd974563b9bfe847f1ab493
91+
--sha256: sha256-wyteLIlavsR785ylIWDrAtUK6erneZmDtaPmu5FxSHg=
8792
subdir:
8893
ouroboros-consensus
8994
ouroboros-consensus-cardano
9095
ouroboros-consensus-diffusion
96+
ouroboros-consensus-protocol
97+
sop-extras
98+
strict-sop-core
9199

92100
source-repository-package
93101
type: git

cardano-node/cardano-node.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ library
141141
, async
142142
, base16-bytestring
143143
, bytestring
144-
, cardano-api ^>= 10.20
144+
, cardano-api ^>= 10.19.1
145145
, cardano-crypto-class ^>=2.2.3.2
146146
, cardano-crypto-wrapper
147147
, cardano-git-rev ^>=0.2.2

cardano-node/src/Cardano/Node/Run.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,7 @@ handleSimpleNode blockType runP tracers nc onKernel = do
480480
onKernel nodeKernel
481481
, rnPeerSharing = ncPeerSharing nc
482482
, rnGetUseBootstrapPeers = readTVar useBootstrapVar
483+
, rnFeatureFlags = Set.empty
483484
}
484485
#ifdef UNIX
485486
-- initial `SIGHUP` handler, which only rereads the topology file but

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ library
3939
, aeson
4040
, async
4141
, bytestring
42-
, cardano-api ^>= 10.20
42+
, cardano-api ^>= 10.19.1
4343
, cardano-binary
4444
, cardano-cli ^>= 10.13
4545
, cardano-crypto-class ^>=2.2.3.2

cardano-testnet/cardano-testnet.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ library
4040
, aeson-pretty
4141
, ansi-terminal
4242
, bytestring
43-
, cardano-api ^>= 10.20
43+
, cardano-api ^>= 10.19.1
4444
, cardano-cli:{cardano-cli, cardano-cli-test-lib} ^>= 10.13
4545
, cardano-crypto-class ^>=2.2.3.2
4646
, cardano-crypto-wrapper

0 commit comments

Comments
 (0)