Skip to content

Documentation rebuilds don't seem to work #542

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

Closed
revnull opened this issue Sep 14, 2016 · 4 comments
Closed

Documentation rebuilds don't seem to work #542

revnull opened this issue Sep 14, 2016 · 4 comments

Comments

@revnull
Copy link

revnull commented Sep 14, 2016

A package of mine failed the documentation build (which itself may be an issue worth raising), but I clicked the "delete documentation and trigger rebuild" button (after setting more lenient dependencies), which did not actually trigger another rebuild.

The package is at https://hackage.haskell.org/package/implicit-logging

@bgamari
Copy link
Contributor

bgamari commented Sep 15, 2016

Thanks for this report! It looks like the issue is that the package excludes the base version provided by the GHC release run on the doc builder (evidently GHC 8.0.1 now),

Resolving dependencies...
cabal: Could not resolve dependencies:
trying: implicit-logging-0.2.0.0 (user goal)
next goal: base (dependency of implicit-logging-0.2.0.0)
rejecting: base-4.9.0.0/installed-4.9... (conflict: implicit-logging =>
base>=4.8 && <4.9)
rejecting: base-4.9.0.0, base-4.8.2.0, base-4.8.1.0, base-4.8.0.0,
base-4.7.0.2, base-4.7.0.1, base-4.7.0.0, base-4.6.0.1, base-4.6.0.0,
base-4.5.1.0, base-4.5.0.0, base-4.4.1.0, base-4.4.0.0, base-4.3.1.0,
base-4.3.0.0, base-4.2.0.2, base-4.2.0.1, base-4.2.0.0, base-4.1.0.0,
base-4.0.0.0, base-3.0.3.2, base-3.0.3.1 (constraint from non-upgradeable
package requires installed instance)
Dependency tree exhaustively searched.

Really this should fail with a better error message. As for the bounds issue, I'm not sure how the doc builder should deal with this situation.

@bgamari
Copy link
Contributor

bgamari commented Sep 15, 2016

Oh, perhaps I mis-read your report: you said you set more lenient dependencies; how exactly did you go about doing this?

@gbaz
Copy link
Contributor

gbaz commented Sep 19, 2016

@bgamari I think the main issue here is that we have this button that says it triggers a rebuild, but by our current docbuilder setup apparently does nothing :-)

@gbaz
Copy link
Contributor

gbaz commented Oct 25, 2016

Closing this in favor of #515 which I think is the same issue? correct me if wrong.

@gbaz gbaz closed this as completed Oct 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants