@@ -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-11-05T09:40 :54Z
16+ , hackage.haskell.org 2025-12-03T15:53 :31Z
1717 , cardano-haskell-packages 2025-11-24T10:27 :41Z
1818
1919packages :
@@ -58,11 +58,64 @@ semaphore: True
5858-- Always write GHC env files, because they are needed for ghci.
5959write-ghc-environment-files : always
6060
61- if impl (ghc >= 9.12 )
62- allow-newer :
63- -- https://github.com/kapralVV/Unique/issues/11
64- , Unique :hashable
65-
6661-- IMPORTANT
6762-- Do NOT add more source-repository-package stanzas here unless they are strictly
6863-- temporary! Please read the section in CONTRIBUTING about updating dependencies.
64+
65+ source-repository-package
66+ type : git
67+ location : https://github.com/IntersectMBO/cardano-api
68+ tag : 3d33855a5af6c6f2bb37b0c417f1ceb474ae079f
69+ --sha256 : sha256-zsEu8ZxF5/fLgokv/4kkII3j8/JbCvrnsHDueQyI6xI=
70+ subdir :
71+ cardano-api
72+
73+ source-repository-package
74+ type : git
75+ location : https://github.com/IntersectMBO/ouroboros-consensus
76+ tag : baf4ebbd924433543f8c5142b370b1061ac2e7bb
77+ --sha256 : sha256-dCNFxrLF7MPqNRc9aIwl2AZpjHqw9dGerTudo7GQzao=
78+ subdir :
79+ ouroboros-consensus
80+ ouroboros-consensus-cardano
81+ ouroboros-consensus-diffusion
82+
83+ source-repository-package
84+ type : git
85+ location : https://github.com/IntersectMBO/cardano-ledger
86+ tag : fb09078fa55015c881303a2ddb609c024cec258f
87+ --sha256 : sha256-9Y9CRiyMn0AWD+C4aNVMaJgrj3FDAYfCX4VrLvtoMaI=
88+ subdir :
89+ eras/allegra/impl
90+ eras/alonzo/impl
91+ eras/alonzo/test-suite
92+ eras/babbage/impl
93+ eras/conway/impl
94+ eras/dijkstra/impl
95+ eras/mary/impl
96+ eras/shelley/impl
97+ eras/shelley/test-suite
98+ eras/shelley-ma/test-suite
99+ libs/cardano-ledger-api
100+ libs/cardano-ledger-core
101+ libs/cardano-ledger-binary
102+ libs/cardano-protocol-tpraos
103+ libs/non-integral
104+ libs/small-steps
105+ libs/cardano-data
106+ libs/set-algebra
107+ libs/vector-map
108+ eras/byron/chain/executable-spec
109+ eras/byron/ledger/executable-spec
110+ eras/byron/ledger/impl
111+ eras/byron/crypto
112+
113+ -- Backported version of https://github.com/IntersectMBO/ouroboros-network/pull/5161
114+ source-repository-package
115+ type : git
116+ location : https://github.com/IntersectMBO/ouroboros-network
117+ tag : dfcb1f9c578ec8cd5114fea9696e7be6c9001323
118+ --sha256 : sha256-omXPdi/T/f3gq9rOH20zX+x3WvaxlB704g07RF/13Nk=
119+ subdir :
120+ ouroboros-network-api
121+ ouroboros-network
0 commit comments