Skip to content

Commit

Permalink
Add srp's
Browse files Browse the repository at this point in the history
  • Loading branch information
neilmayhew committed Dec 12, 2024
1 parent 04fa4b7 commit 9252209
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 1 deletion.
86 changes: 86 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,89 @@ allow-newer:
-- IMPORTANT
-- Do NOT add more source-repository-package stanzas here unless they are strictly
-- temporary! Please read the section in CONTRIBUTING about updating dependencies.

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

source-repository-package
type: git
location: https://github.com/IntersectMBO/ouroboros-network.git
tag: 7e8909f97d6ecc9fff320b3ac2b785aec74751c6
--sha256: sha256-Evv2EwaXbr2tXlxnHVr/AAV+QB7B8EWJbQR6t4IvOQ4=
subdir:
cardano-client
cardano-ping
monoidal-synchronisation
network-mux
ntp-client
ouroboros-network
ouroboros-network-api
ouroboros-network-framework
ouroboros-network-mock
ouroboros-network-protocols
ouroboros-network-testing
quickcheck-monoids

source-repository-package
type: git
location: https://github.com/IntersectMBO/ouroboros-consensus.git
tag: dc0dc0714b15c9789a848f98d3bb53dfe7dd6985
--sha256: sha256-XIPhokHSrnaBjGvVWNbLXoM2yDY50TCe4cT+3XcTqn8=
subdir:
ouroboros-consensus
ouroboros-consensus-cardano
ouroboros-consensus-protocol
ouroboros-consensus-diffusion

source-repository-package
type: git
location: https://github.com/IntersectMBO/cardano-api.git
tag: 211eb217484add21ab924d9b3131b12b527b6e90
--sha256: sha256-EUBZ5yYxAMK5zfouOdAjZ96qLC+xR2Fp1M/JEW+TaGc=
subdir:
cardano-api

source-repository-package
type: git
location: https://github.com/IntersectMBO/cardano-cli.git
tag: 912a34ea76ce14d4a9c43a96f37fc88ec32bbfd4
--sha256: sha256-IYFVBL5VeXH5wGxgS3z/Jgg5H2an1h+Kz0YbrISEMaM=
subdir:
cardano-cli

source-repository-package
type: git
location: https://github.com/neilmayhew/ekg-forward.git
tag: 4ba8bb693093f6cf54d43d6e9bbce1e08b0457dd
--sha256: sha256-g0gYqzRGjmZwxEzihJ4JifJe+GRfdLIMzaot7rUcjlI=
2 changes: 1 addition & 1 deletion nix/haskell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ let
name = "cardano-node";
compiler-nix-name = lib.mkDefault "ghc8107";
# extra-compilers
flake.variants = lib.genAttrs ["ghc96"] (x: {compiler-nix-name = x;});
flake.variants = lib.genAttrs ["ghc96" "ghc98" "ghc910"] (x: {compiler-nix-name = x;});
cabalProjectLocal = ''
repository cardano-haskell-packages-local
url: file:${CHaP}
Expand Down

0 comments on commit 9252209

Please sign in to comment.