We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When building dependencies, you can ask cabal to also build their documentation. This is represented by the Haddock step in the output like this:
cabal
Haddock
Building base-orphans-0.8.6 (lib) Haddock base-orphans-0.8.6 (lib) Installing base-orphans-0.8.6 (lib) Completed base-orphans-0.8.6 (lib)
Currently, this phase is not supported by dr-cabal but it should be pretty straightforward to add it. Implementation plan:
dr-cabal
dr-cabal/src/DrCabal/Model.hs
Lines 24 to 31 in 89cdcd6
dr-cabal/src/DrCabal/Profile.hs
Lines 73 to 78 in 89cdcd6
Line 86 in 89cdcd6
Lines 143 to 151 in 89cdcd6
Lines 172 to 179 in 89cdcd6
The text was updated successfully, but these errors were encountered:
@chshersh I'd like to contribute. Already start working on this one?
Sorry, something went wrong.
[#10] Track haddock (#15)
37f02fe
Resolves #10
Successfully merging a pull request may close this issue.
When building dependencies, you can ask
cabal
to also build their documentation. This is represented by theHaddock
step in the output like this:Currently, this phase is not supported by
dr-cabal
but it should be pretty straightforward to add it. Implementation plan:Haddock
status here:dr-cabal/src/DrCabal/Model.hs
Lines 24 to 31 in 89cdcd6
dr-cabal/src/DrCabal/Profile.hs
Lines 73 to 78 in 89cdcd6
dr-cabal/src/DrCabal/Profile.hs
Line 86 in 89cdcd6
dr-cabal/src/DrCabal/Profile.hs
Lines 143 to 151 in 89cdcd6
dr-cabal/src/DrCabal/Profile.hs
Lines 172 to 179 in 89cdcd6
The text was updated successfully, but these errors were encountered: