Skip to content

Commit

Permalink
Add SRPs, bump versions and index-state
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucsanszky committed May 9, 2024
1 parent 6c36c4d commit 49caa76
Show file tree
Hide file tree
Showing 11 changed files with 89 additions and 20 deletions.
2 changes: 1 addition & 1 deletion bench/locli/locli.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ library
, optparse-generic
, ouroboros-consensus
-- for Data.SOP.Strict:
, ouroboros-network ^>= 0.14
, ouroboros-network ^>= 0.16
, ouroboros-network-api
, process
, quiet
Expand Down
4 changes: 2 additions & 2 deletions bench/plutus-scripts-bench/plutus-scripts-bench.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ library
-- IOG dependencies
--------------------------
build-depends:
, cardano-api ^>= 8.44
, cardano-api ^>= 8.45
, plutus-ledger-api >=1.0.0
, plutus-tx >=1.0.0
, plutus-tx-plugin ^>=1.23
, plutus-tx-plugin ^>=1.27

------------------------
-- Non-IOG dependencies
Expand Down
4 changes: 2 additions & 2 deletions bench/tx-generator/tx-generator.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ library
, attoparsec-aeson
, base16-bytestring
, bytestring
, cardano-api ^>= 8.44
, cardano-api ^>= 8.45
, cardano-binary
, cardano-cli ^>= 8.22
, cardano-cli ^>= 8.23
, cardano-crypto-class
, cardano-crypto-wrapper
, cardano-data
Expand Down
71 changes: 70 additions & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repository cardano-haskell-packages
-- you need to run if you change them
index-state:
, hackage.haskell.org 2024-03-26T06:28:59Z
, cardano-haskell-packages 2024-04-11T09:29:53Z
, cardano-haskell-packages 2024-05-08T00:00:00Z

packages:
cardano-node
Expand All @@ -31,6 +31,75 @@ packages:
trace-resources
trace-forward

source-repository-package
type: git
location: https://github.com/IntersectMBO/cardano-ledger
tag: 15afd0483d81f281018cf7d42629ed561845bc86
--sha256: sha256-1YX3tq2+poqQULTccLh8oaKRWAlsaimtQVXDAmv1O+U=
subdir: eras/allegra/impl
eras/alonzo/impl
eras/alonzo/test-suite
eras/babbage/impl
eras/babbage/test-suite
eras/conway/impl
eras/conway/test-suite
eras/mary/impl
eras/shelley/impl
eras/shelley/test-suite
eras/shelley-ma/test-suite
libs/cardano-ledger-api
libs/cardano-ledger-core
libs/cardano-ledger-binary
libs/cardano-protocol-tpraos
libs/non-integral
libs/small-steps
libs/cardano-data
libs/set-algebra
libs/vector-map
eras/byron/chain/executable-spec
eras/byron/ledger/executable-spec
eras/byron/ledger/impl
eras/byron/ledger/impl/test
eras/byron/crypto
eras/byron/crypto/test

source-repository-package
type: git
location: https://github.com/IntersectMBO/ouroboros-network
tag: 821feaa29b9f82d1364345348b304484bc189283
--sha256: sha256-yQEj74pnTVJQeeHNRr5ejW1KSKp89OFbNROtOdthG/o=
subdir: ouroboros-network
ouroboros-network-api
ouroboros-network-framework
ouroboros-network-protocols

source-repository-package
type: git
location: https://github.com/IntersectMBO/ouroboros-consensus
tag: 3f873d650ce079796296ada20f117cf8f39e7462
--sha256: sha256-H+pxQgS4NKUQXb/TOX3r+K9fV6EW2ueAP9C80e83ir0=
subdir: ouroboros-consensus
ouroboros-consensus-cardano
ouroboros-consensus-protocol
ouroboros-consensus-diffusion
sop-extras
strict-sop-core

source-repository-package
type: git
location: https://github.com/IntersectMBO/cardano-api
tag: 5d64c9e475a34a0d64310f774705e1489672ce1f
--sha256: sha256-XO6yqSu7+MGuhXTlBBzlMbZLxR43O2TKoJD/nzCQ3j4=
subdir: cardano-api
cardano-api-gen

source-repository-package
type: git
location: https://github.com/IntersectMBO/cardano-cli
tag: 1a4fb3b6f00695a9024815f819992d3c3171dac9
--sha256: sha256-mSg3owOg916B4OUknc2qXSM2fsvk6OInrSmMVOE+llg=
subdir: cardano-cli

program-options
ghc-options: -Werror

Expand Down
2 changes: 1 addition & 1 deletion cardano-node-chairman/cardano-node-chairman.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@ test-suite chairman-tests
ghc-options: -threaded -rtsopts "-with-rtsopts=-N -T"

build-tool-depends: cardano-node:cardano-node
, cardano-cli:cardano-cli ^>= 8.22.0.0
, cardano-cli:cardano-cli ^>= 8.23.0.0
, cardano-node-chairman:cardano-node-chairman
4 changes: 2 additions & 2 deletions cardano-node/cardano-node.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ library
, async
, base16-bytestring
, bytestring
, cardano-api ^>= 8.44
, cardano-api ^>= 8.45
, cardano-crypto-class
, cardano-crypto-wrapper
, cardano-git-rev ^>=0.2.2
Expand Down Expand Up @@ -188,7 +188,7 @@ library
, ouroboros-consensus-diffusion ^>= 0.15
, ouroboros-consensus-protocol
, ouroboros-network-api ^>= 0.7.1
, ouroboros-network ^>= 0.14
, ouroboros-network ^>= 0.16
, ouroboros-network-framework
, ouroboros-network-protocols ^>= 0.8
, prettyprinter
Expand Down
6 changes: 3 additions & 3 deletions cardano-submit-api/cardano-submit-api.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@ library
, aeson
, async
, bytestring
, cardano-api ^>= 8.44
, cardano-api ^>= 8.45
, cardano-binary
, cardano-cli ^>= 8.22
, cardano-cli ^>= 8.23
, cardano-crypto-class ^>= 2.1.2
, http-media
, iohk-monitoring
, mtl
, network
, optparse-applicative-fork
, ouroboros-consensus-cardano
, ouroboros-network ^>= 0.14
, ouroboros-network ^>= 0.16
, ouroboros-network-protocols
, prometheus >= 2.2.4
, servant
Expand Down
6 changes: 3 additions & 3 deletions cardano-testnet/cardano-testnet.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ library
, aeson-pretty
, ansi-terminal
, bytestring
, cardano-api ^>= 8.44
, cardano-cli ^>= 8.22
, cardano-api:{cardano-api, internal} ^>= 8.45
, cardano-cli ^>= 8.23
, cardano-crypto-class
, cardano-crypto-wrapper
, cardano-git-rev ^>= 0.2.2
Expand Down Expand Up @@ -68,7 +68,7 @@ library
, network
, network-mux
, optparse-applicative-fork
, ouroboros-network ^>= 0.14
, ouroboros-network ^>= 0.16
, ouroboros-network-api
, prettyprinter
, process
Expand Down
2 changes: 1 addition & 1 deletion cardano-tracer/cardano-tracer.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ library
, filepath
, mime-mail
, optparse-applicative
, ouroboros-network ^>= 0.14
, ouroboros-network ^>= 0.16
, ouroboros-network-api
, ouroboros-network-framework
, signal
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion trace-dispatcher/trace-dispatcher.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ library
, hostname
, network
, optparse-applicative-fork
, ouroboros-network ^>= 0.14
, ouroboros-network ^>= 0.16
, ouroboros-network-api
, ouroboros-network-framework
, serialise
Expand Down

0 comments on commit 49caa76

Please sign in to comment.