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 errors in dependencies block building of current project #5976

Open
mightybyte opened this issue Mar 30, 2019 · 1 comment
Open

Haddock errors in dependencies block building of current project #5976

mightybyte opened this issue Mar 30, 2019 · 1 comment

Comments

@mightybyte
Copy link
Collaborator

mightybyte commented Mar 30, 2019

I just encountered the following situation:

$ cabal new-build
Build profile: -w ghc-8.2.2 -O1
In order, the following will be built (use -v for more details):
 - github-0.21 (lib) (requires build)
 - my-project-0.1.0.0 (lib) (configuration changed)
 - my-project-0.1.0.0 (exe:my-project) (configuration changed)
Starting     github-0.21 (lib)
Building     github-0.21 (lib)
Haddock      github-0.21 (lib)
Warning: Failed to build documentation for github-0.21 (which is required by exe:my-project from my-project-0.1.0.0).
$ cabal --version
cabal-install version 2.4.0.0
compiled using version 2.4.0.1 of the Cabal library

Building with --disable-documentation fixed the problem, but required a rebuild of most of my dependencies.

@sboosali
Copy link
Collaborator

sboosali commented Mar 31, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants