@@ -13,7 +13,7 @@ repository cardano-haskell-packages
1313-- See CONTRIBUTING for information about these, including some Nix commands
1414-- you need to run if you change them
1515index-state :
16- , hackage.haskell.org 2025-09-11T01:58 :40Z
16+ , hackage.haskell.org 2025-10-23T13:39 :53Z
1717 , cardano-haskell-packages 2025-10-21T11:16 :53Z
1818
1919packages :
@@ -55,12 +55,6 @@ write-ghc-environment-files: always
5555jobs : $ncpus
5656semaphore : True
5757
58- if impl (ghc >= 9.12 )
59- allow-newer :
60- -- https://github.com/kapralVV/Unique/issues/11
61- , Unique :hashable
62-
63-
6458-- WASM compilation specific
6559
6660if arch(wasm32)
@@ -175,4 +169,53 @@ if arch(wasm32)
175169
176170-- IMPORTANT
177171-- Do NOT add more source-repository-package stanzas here unless they are strictly
178- -- temporary! Please read the section in CONTRIBUTING about updating dependencies.
172+ -- temporary! Please read the section in CONTRIBUTING about updating dependencies.
173+ source-repository-package
174+ type : git
175+ location : https://github.com/IntersectMBO/ouroboros-consensus
176+ tag : 513d27d99b2486bf16d44a9f845ddb358244673f
177+ --sha256 : 0brlyrvhqxcpya6frx1w5bwbpz5bjjsvxm26951vf2lxah8rx8hp
178+ subdir :
179+ ouroboros-consensus
180+ ouroboros-consensus-cardano
181+ ouroboros-consensus-diffusion
182+
183+ source-repository-package
184+ type : git
185+ location : https://github.com/IntersectMBO/cardano-ledger
186+ tag : fb09078fa55015c881303a2ddb609c024cec258f
187+ --sha256 : sha256-9Y9CRiyMn0AWD+C4aNVMaJgrj3FDAYfCX4VrLvtoMaI=
188+ subdir :
189+ eras/allegra/impl
190+ eras/alonzo/impl
191+ eras/alonzo/test-suite
192+ eras/babbage/impl
193+ eras/conway/impl
194+ eras/dijkstra/impl
195+ eras/mary/impl
196+ eras/shelley/impl
197+ eras/shelley/test-suite
198+ eras/shelley-ma/test-suite
199+ libs/cardano-ledger-api
200+ libs/cardano-ledger-core
201+ libs/cardano-ledger-binary
202+ libs/cardano-protocol-tpraos
203+ libs/non-integral
204+ libs/small-steps
205+ libs/cardano-data
206+ libs/set-algebra
207+ libs/vector-map
208+ eras/byron/chain/executable-spec
209+ eras/byron/ledger/executable-spec
210+ eras/byron/ledger/impl
211+ eras/byron/crypto
212+
213+ -- Backported version of https://github.com/IntersectMBO/ouroboros-network/pull/5161
214+ source-repository-package
215+ type : git
216+ location : https://github.com/IntersectMBO/ouroboros-network
217+ tag : 1385b53cefb81e79553b6b0252537455833ea9c4
218+ --sha256 : sha256-zZ7WsMfRs1fG16bmvI5vIh4fhQ8RGyEvYGLSWlrxpg0=
219+ subdir :
220+ ouroboros-network-api
221+ ouroboros-network
0 commit comments