Ticket #141 (new defect)
Opened 3 years ago
Hyperlinking does not work for =: or #!
| Reported by: | Astra | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Version: | 2.6.0 | Keywords: | hyperlink operator |
| Cc: |
Description
I'm writing a package which defines the infix operators =:, #! and #!!. However, I'm unable to generate hyperlinks to these operators. I have tried '=:', '#!', '#!!', `=:', '(=:)', `(=:)', 'Fully.Qualified.=:' etc., but nothing seems to work.
I instead get the '=:' verbatim, with quotes included in the resulting HTML. Hyperlinking to all other operators, even operators also starting with = or #, seems to work just fine with the '=:' syntax.
I have tried this both in the module that defines the operator in question, and in an another module that imports that module. The hyperlinks aren't generated in either case.
I have tested this with both Haddock 2.6.1 (the one in the newest Haskell Platform) and Haddock 2.7.2 (the cabal-installable one), and the hyperlinks don't work with either.
