Skip to content

Commit 1b33f04

Browse files
committed
Try updating further
1 parent a0261c3 commit 1b33f04

3 files changed

Lines changed: 23 additions & 93 deletions

File tree

cabal.project

Lines changed: 3 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository cardano-haskell-packages
1111

1212
index-state:
1313
, hackage.haskell.org 2026-02-17T10:15:41Z
14-
, cardano-haskell-packages 2026-03-09T20:37:06Z
14+
, cardano-haskell-packages 2026-03-20T13:09:44Z
1515

1616
packages:
1717
cardano-db
@@ -93,84 +93,9 @@ if impl (ghc >= 9.12)
9393
source-repository-package
9494
type: git
9595
location: https://github.com/IntersectMBO/cardano-node
96-
tag: a0f91909f6bbd85fa649e5ca6fb2c3675a000db6
97-
--sha256: sha256-FQxDbEYuKAGV0FMG2g+6FNRZsdN7IZyKE5z7QkCF3O4=
96+
tag: 4ca3cf68b29de1c3a2b49f7c38d5f562bc8ffb2f
97+
--sha256: sha256-hA+zxAG/WTopjLprOPypZnJyVnD01wnEo7Tf1JNHjuI=
9898
subdir:
9999
cardano-node
100-
trace-dispatcher
101100
trace-forward
102101
trace-resources
103-
104-
-- Points to https://github.com/IntersectMBO/cardano-ledger/pull/5573
105-
source-repository-package
106-
type: git
107-
location: https://github.com/IntersectMBO/cardano-ledger
108-
tag: 30a3e666b84f9d056f464b3a00c56ab0c5bccacd
109-
--sha256: sha256-DsBE94iDxHkFnRdREZUOZYkydIMnp7U09N4SnaRc6+s=
110-
subdir:
111-
eras/allegra/impl
112-
eras/alonzo/impl
113-
eras/alonzo/test-suite
114-
eras/babbage/impl
115-
eras/conway/impl
116-
eras/dijkstra/impl
117-
eras/mary/impl
118-
eras/shelley/impl
119-
eras/shelley/test-suite
120-
eras/shelley-ma/test-suite
121-
libs/cardano-ledger-api
122-
libs/cardano-ledger-core
123-
libs/cardano-ledger-binary
124-
libs/cardano-protocol-tpraos
125-
libs/non-integral
126-
libs/small-steps
127-
libs/cardano-data
128-
libs/vector-map
129-
eras/byron/chain/executable-spec
130-
eras/byron/ledger/executable-spec
131-
eras/byron/ledger/impl
132-
eras/byron/crypto
133-
134-
-- geo2a/bump-ntc
135-
source-repository-package
136-
type: git
137-
location: https://github.com/IntersectMBO/ouroboros-consensus
138-
tag: d871fcf0ae5acf017f19282cda911ed5727239be
139-
--sha256: sha256-//U4RJG1f1BQNT14rV0tte1YpawSWZCO38x5zBEVIYg=
140-
subdir:
141-
.
142-
143-
source-repository-package
144-
type: git
145-
location: https://github.com/input-output-hk/kes-agent
146-
tag: 7aedefc0077ffaf93bf46508c1fe0d7efdead227
147-
--sha256: sha256-ZcB0pPex349uH1W7ha5ez7Kx/XadK00j5wRm7+vyX0s=
148-
subdir:
149-
kes-agent
150-
kes-agent-crypto
151-
152-
source-repository-package
153-
type: git
154-
location: https://github.com/IntersectMBO/cardano-api
155-
tag: c409f34bb2681d3224da88dbadfb4a415824261b
156-
--sha256: sha256-rzW9XWN5qSSLOT3zVUf2hvT7BqiyfNzvTyBopP5KbSE=
157-
subdir:
158-
cardano-api
159-
160-
source-repository-package
161-
type: git
162-
location: https://github.com/IntersectMBO/cardano-cli
163-
tag: c867304a1342d2df08040549b3f8a0e0a8eef045
164-
--sha256: sha256-2YQ40E4QLJj0Zt4xlLqtEBypf3SfmxOPgjtksQFbhlc=
165-
subdir:
166-
cardano-cli
167-
168-
source-repository-package
169-
type: git
170-
location: https://github.com/IntersectMBO/ouroboros-network
171-
tag: b6b388aa2497bd689cf7f2cc7a826df1e4b22f2a
172-
--sha256: sha256-iZqGWxLukOaDZkxQIAPHK856EnfPSYjH72xvyaYa9MI=
173-
subdir:
174-
ouroboros-network
175-
network-mux
176-
cardano-diffusion

flake.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,11 @@
211211
};
212212

213213
modules = [
214+
({
215+
# Disable haddock globally to avoid GHC 9.6.7 panic in cardano-diffusion
216+
doHaddock = false;
217+
})
218+
214219
({ lib, pkgs, ... }: {
215220
package-keys = [ "ekg" ];
216221
# Ignore version bounds

0 commit comments

Comments
 (0)