Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Haddock derivations should define hydra-build-products #2029

Open
andreabedini opened this issue Aug 24, 2023 · 2 comments
Open

Haddock derivations should define hydra-build-products #2029

andreabedini opened this issue Aug 24, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@andreabedini
Copy link
Member

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.

@andreabedini andreabedini added the bug Something isn't working label Aug 24, 2023
@andreabedini andreabedini self-assigned this Aug 24, 2023
@andreabedini andreabedini added enhancement New feature or request and removed bug Something isn't working labels Aug 24, 2023
Copy link

stale bot commented Dec 22, 2023

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.

@stale stale bot added the wontfix label Dec 22, 2023
@stale stale bot closed this as completed Feb 20, 2024
@michaelpj michaelpj removed the wontfix label Feb 20, 2024
@michaelpj
Copy link
Collaborator

Not stale

@michaelpj michaelpj reopened this Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants