You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I am invoking v2-haddock in a haskell repository with multiple subprojects and a cabal.project file. In this project are haskell packages A and B and B depends on A. Then the types in A are not correctly hyperlinked from B.
To Reproduce
git clone https://github.com/cohomology/gi-cairo-render
cd gi-cairo-render
cabal v2-haddock all --builddir=docs --haddock-for-hackage --enable-doc
I get the following warning:
Warning: GI.Cairo.Render.Connector: could not find link destinations for:
Render
Render is defined in GI.Cairo.Render included in the same git repository.
When I copy the subdirectory gi-cairo-connector out of the repository to somewhere else and invoke the command only for gi-cairo-connector, the link is generated correctly.
I have:
cabal-install version 3.2.0.0
compiled using version 3.2.0.0 of the Cabal library
The text was updated successfully, but these errors were encountered:
phadej
changed the title
cabal v2-haddock does not generate hyperlinks to subprojects in the same source tree
cabal v2-haddock --haddock-for-hackage does not generate hyperlinks to subprojects in the same source tree
Sep 14, 2020
Describe the bug
I am invoking
v2-haddock
in a haskell repository with multiple subprojects and acabal.project
file. In this project are haskell packagesA
andB
andB
depends onA
. Then the types inA
are not correctly hyperlinked fromB
.To Reproduce
I get the following warning:
Render is defined in
GI.Cairo.Render
included in the same git repository.When I copy the subdirectory
gi-cairo-connector
out of the repository to somewhere else and invoke the command only forgi-cairo-connector
, the link is generated correctly.I have:
The text was updated successfully, but these errors were encountered: