We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e0977b commit de915aeCopy full SHA for de915ae
flake.nix
@@ -223,6 +223,9 @@
223
packages.katip.doExactConfig = true;
224
# Split data to reduce closure size
225
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";
229
})
230
231
({
0 commit comments