Skip to content

Commit

Permalink
ouroboros-consensus-cardano: skip haddocks with 8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
disassembler authored and Lucsanszky committed May 7, 2024
1 parent c31e308 commit 89dbe99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/haskell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ let
packages.cardano-ledger-conway.components.library.doHaddock = false;
packages.cardano-ledger-shelley.components.library.doHaddock = false;
packages.cardano-protocol-tpraos.components.library.doHaddock = false;
packages.ouroboros-consensus-cardano.components.library.doHaddock = false;
})
({ lib, pkgs, ...}: lib.mkIf (pkgs.stdenv.hostPlatform.isWindows) {
# Remvoe this once mingwx is mapped to null in haskell.nix (haskell.nix#2032), and we bumped _past_ that.
Expand Down

0 comments on commit 89dbe99

Please sign in to comment.