haskell / haskell/hackage-server

No build report UI for package candidates

未关闭
#74 12 条评论 4 个 reaction 已指派 0 人 在 GitHub 查看
component: doc builder
主要语言
Haskell
星标
467
派生
225
PR 合并指标
30 天内没有已合并 PR

描述

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`.

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。