@@ -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
1515index-state :
16- , hackage.haskell.org 2025-07-14T17:31 :29Z
17- , cardano-haskell-packages 2025-07-01T09:22 :51Z
16+ , hackage.haskell.org 2025-07-22T09:13 :54Z
17+ , cardano-haskell-packages 2025-07-28T14:33 :19Z
1818
1919packages :
2020 cardano-node
@@ -61,6 +61,14 @@ package plutus-scripts-bench
6161allow-newer :
6262 , katip :Win32
6363
64+ allow-newer :
65+ , cardano-ledger-byron
66+ -- https://github.com/phadej/vec/issues/121
67+ , ral :QuickCheck
68+ , fin :QuickCheck
69+ , bin :QuickCheck
70+
71+
6472if impl (ghc >= 9.12 )
6573 allow-newer :
6674 -- https://github.com/kapralVV/Unique/issues/11
@@ -76,15 +84,62 @@ if impl (ghc >= 9.12)
7684source-repository-package
7785 type : git
7886 location : https://github.com/intersectmbo/cardano-cli.git
79- tag : 31d46d77278cb3ea5b1606ee2fc20ae7c3b5c59a
87+ tag : a894d0063f403222677c33152b3396bba87450bc
8088 --sha256 : sha256-Lqg+eGfdYphLbgS3LZ0Qf62mTLkibl6L8i7GOia0hoo=
8189 subdir : cardano-cli
8290
8391
8492source-repository-package
8593 type : git
86- location : https://github.com/intersectmbo/cardano-api.git
87- tag : 159822505a74a6479fff037ef5bdc881437aae53
88- --sha256 : sha256-V9PZ4X7N1Kg0pSxS/qVByEwxA5VASZFNRT+n8JDBlgc=
89- subdir : cardano-api
94+ location : https://github.com/IntersectMBO/cardano-api
95+ tag : 0eeff17265628f2ad055c9e63e0f9698759c2e0b
96+ --sha256 : sha256-XmuQTZdD/ZdCNlRuD+V5cNslEM05xwTACmMunzuCCJY=
97+ subdir :
98+ cardano-api
99+
100+
101+
102+ source-repository-package
103+ type : git
104+ location : https://github.com/IntersectMBO/ouroboros-consensus
105+ tag : 15fc8c4fee64473350e1904347bfd5852f9cdbfa
106+ --sha256 : sha256-Tvw0dLGZkBAflpvcEwl7Acnrux9H5UaniW5YwMvIeIs=
107+ subdir :
108+ ouroboros-consensus
109+ ouroboros-consensus-cardano
110+ ouroboros-consensus-diffusion
111+ ouroboros-consensus-protocol
112+ sop-extras
113+ strict-sop-core
114+
115+ source-repository-package
116+ type : git
117+ location : https://github.com/IntersectMBO/cardano-ledger
118+ tag : 20485948f78ab139d246695e540f9ec00963a16e
119+ --sha256 : sha256-SHnyp+GvNeR82UXoKeDEgsp1AUE2yF5dGL4HIZm0zK8=
120+ subdir :
121+ eras/allegra/impl
122+ eras/alonzo/impl
123+ eras/alonzo/test-suite
124+ eras/babbage/impl
125+ eras/babbage/test-suite
126+ eras/byron/chain/executable-spec
127+ eras/byron/crypto
128+ eras/byron/ledger/executable-spec
129+ eras/byron/ledger/impl
130+ eras/conway/impl
131+ eras/dijkstra
132+ eras/mary/impl
133+ eras/shelley/impl
134+ eras/shelley-ma/test-suite
135+ eras/shelley/test-suite
136+ libs/cardano-data
137+ libs/cardano-ledger-api
138+ libs/cardano-ledger-binary
139+ libs/cardano-ledger-core
140+ libs/cardano-protocol-tpraos
141+ libs/non-integral
142+ libs/set-algebra
143+ libs/small-steps
144+ libs/vector-map
90145
0 commit comments