Skip to content

Commit 09ecae0

Browse files
committed
SRPs and update nix flake
1 parent 8118fde commit 09ecae0

File tree

2 files changed

+68
-5
lines changed

2 files changed

+68
-5
lines changed

cabal.project

Lines changed: 65 additions & 2 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 2025-06-22T20:18:27Z
17-
, cardano-haskell-packages 2025-07-14T17:31:29Z
16+
, hackage.haskell.org 2025-07-22T09:13:54Z
17+
, cardano-haskell-packages 2025-07-28T14:33:19Z
1818

1919
packages:
2020
cardano-cli
@@ -65,3 +65,66 @@ if impl (ghc >= 9.12)
6565
-- https://github.com/kapralVV/Unique/issues/11
6666
, Unique:hashable
6767

68+
allow-newer:
69+
, cardano-ledger-byron
70+
-- https://github.com/phadej/vec/issues/121
71+
, ral:QuickCheck
72+
, fin:QuickCheck
73+
, bin:QuickCheck
74+
75+
constraints:
76+
77+
78+
source-repository-package
79+
type: git
80+
location: https://github.com/IntersectMBO/cardano-api
81+
tag: 759026017c57ef0399b300491ebc0ccf04ef9182
82+
--sha256: sha256-mQWMVtXek9fzz9gZs6qdF253u7Sf4eb/P6+ovJn7zl0=
83+
subdir:
84+
cardano-api
85+
86+
87+
88+
source-repository-package
89+
type: git
90+
location: https://github.com/IntersectMBO/ouroboros-consensus
91+
tag: 15fc8c4fee64473350e1904347bfd5852f9cdbfa
92+
--sha256: sha256-Tvw0dLGZkBAflpvcEwl7Acnrux9H5UaniW5YwMvIeIs=
93+
subdir:
94+
ouroboros-consensus
95+
ouroboros-consensus-cardano
96+
ouroboros-consensus-diffusion
97+
ouroboros-consensus-protocol
98+
sop-extras
99+
strict-sop-core
100+
101+
source-repository-package
102+
type: git
103+
location: https://github.com/IntersectMBO/cardano-ledger
104+
tag: 20485948f78ab139d246695e540f9ec00963a16e
105+
--sha256: sha256-SHnyp+GvNeR82UXoKeDEgsp1AUE2yF5dGL4HIZm0zK8=
106+
subdir:
107+
eras/allegra/impl
108+
eras/alonzo/impl
109+
eras/alonzo/test-suite
110+
eras/babbage/impl
111+
eras/babbage/test-suite
112+
eras/byron/chain/executable-spec
113+
eras/byron/crypto
114+
eras/byron/ledger/executable-spec
115+
eras/byron/ledger/impl
116+
eras/conway/impl
117+
eras/dijkstra
118+
eras/mary/impl
119+
eras/shelley/impl
120+
eras/shelley-ma/test-suite
121+
eras/shelley/test-suite
122+
libs/cardano-data
123+
libs/cardano-ledger-api
124+
libs/cardano-ledger-binary
125+
libs/cardano-ledger-core
126+
libs/cardano-protocol-tpraos
127+
libs/non-integral
128+
libs/set-algebra
129+
libs/small-steps
130+
libs/vector-map

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)