input-output-hk / haskell.nix

Alternative Haskell Infrastructure for Nixpkgs
https://input-output-hk.github.io/haskell.nix
Apache License 2.0
557 stars 239 forks source link

Haddock derivations should define hydra-build-products #2029

Open andreabedini opened 1 year ago

andreabedini commented 1 year ago

It would be simple create a nix-support/hydra-build-products in the derivation output to define the built haddock documentation as a product. This can be already achieved with

      {
        postHaddock = ''
          mkdir $doc/nix-support
          echo "doc haddock $docdir/html/index.html" >> $doc/nix-support/hydra-build-products
        '';
      }

but I think haskell.nix could do this by default at no cost.

stale[bot] commented 10 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

michaelpj commented 8 months ago

Not stale

stale[bot] commented 4 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.