Open reinh opened 10 years ago
This is probably due to some code here: http://hub.darcs.net/byorgey/hproj/browse/src/Development/HProj/Command/Doc.hs . For some reason it thinks it has found the documentation for the data-default-class
package locally instead of falling back to a Hackage link.
Perhaps extDeps
is being computed incorrectly here: http://hub.darcs.net/byorgey/hproj/browse/src/Development/HProj/Command/Doc.hs#111
On the haddock-generated page for Diagrams.Util, The link to the typeclass
Default
in the documentation forwith
should go to the hackage docuentation forData.Default.Class
but instead links to a local file.