Ticket #228 (new defect)

Opened 7 months ago

Last modified 4 months ago

Wrong links for fully qualified identifiers that are not in scope

Reported by: SimonHengel Owned by:
Priority: major Milestone: 2.13.2
Version: 2.12.0 Keywords:
Cc:

Description

If we have something like

'Control.Concurrent.MVar.addMVarFinalizer'

Haddocks thinks it is a type and will prepend a {{t:}} to the generated link.

A real world example: http://hackage.haskell.org/packages/archive/base/4.6.0.0/doc/html/System-Mem-Weak.html#v:addFinalizer

Change History

Changed 4 months ago by locush

I've just stumbled across the same bug in Text.Printf.Mauke.TH (printf link goes to #t:printf instead of #v:printf) and, more importantly, Control.Lens.Prism from lens (e.g. the re, review, and preview links).

Very annoying.

Note: See TracTickets for help on using tickets.