Skip to content

Haddock derivations should define hydra-build-products #2029

Open
@andreabedini

Description

@andreabedini

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestpreservedKeep stale bot away

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions