Skip to content

Commit de915ae

Browse files
committed
Disable broken haddock
1 parent 9e0977b commit de915ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

flake.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,9 @@
223223
packages.katip.doExactConfig = true;
224224
# Split data to reduce closure size
225225
packages.ekg.components.library.enableSeparateDataOutput = true;
226+
# Haddock is failing for these two packages (at least with GHC 8.10.7)
227+
packages.ouroboros-network.doHaddock = config.compiler-nix-name != "ghc8107";
228+
packages.cardano-node.doHaddock = config.compiler-nix-name != "ghc8107";
226229
})
227230

228231
({

0 commit comments

Comments
 (0)