Skip to content

No build report UI for package candidates #74

Open
@edsko

Description

@edsko

Because cabal-install does not support package candidates explicitly, the only way for the doc builder to install a package candidate (in order to build its docs) is to do

cabal-install ... http://example.com/package/package-name-X.Y.Z/candidate/package-name-X.Y.Z.tar.gz

rather than simply

cabal-install package-name-X.Y.Z

That works ok, but when cabal-install is invoked like that it does not generate a build report, and hence we don't get build reports for candidates. We might fix this in the doc builder somehow, or else in cabal-install.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions