Ticket #204 (closed defect: fixed)
Allow Haddock markup in deprecation messages
| Reported by: | SimonHengel | Owned by: | SimonHengel |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Version: | 2.9.4 | Keywords: | |
| Cc: |
Description
It is very common to refer to an other function/type in the message associated with a DEPRECATED pragma.
Here is an example.
{-# DEPRECATED foo "use `bar` instead` #-}
We already include the deprecation message in the documentation for foo, but it would also be nice to create a hyperlink to bar.
Change History
Note: See
TracTickets for help on using
tickets.
