[Haddock] [haddock] #237: Link to non-imported lowercase name generates a type link instead of a data link
    haddock 
    haddock at projects.haskell.org
       
    Mon Jan 28 02:16:52 GMT 2013
    
    
  
#237: Link to non-imported lowercase name generates a type link instead of a data
link
----------------------+-----------------------------------------------------
Reporter:  joeyadams  |       Owner:     
    Type:  defect     |      Status:  new
Priority:  minor      |   Milestone:     
 Version:  2.12.0     |    Keywords:     
----------------------+-----------------------------------------------------
 If you say e.g. `'Control.Concurrent.killThread'`, it generates a type
 link (t:killThread) instead of a data link (v:killThread).  Haddock 2.11.0
 does not have this problem, but Haddock 2.12.0 does.
 For example, the documentation for `ThreadKilled` refers to `killThread`:
  * [http://hackage.haskell.org/packages/archive/base/4.5.1.0/doc/html
 /Control-Exception.html#t:AsyncException Haddock 2.11.0 (base 4.5.1.0)]
 generates a :v link (correct)
  * [http://hackage.haskell.org/packages/archive/base/4.6.0.0/doc/html
 /Control-Exception.html#t:AsyncException Haddock 2.12.0 (base 4.6.0.0)]
 generates a :t link (incorrect)
-- 
Ticket URL: <http://trac.haskell.org/haddock/ticket/237>
haddock <http://www.haskell.org/haddock>
Haddock, The Haskell Documentation Tool
    
    
More information about the Haddock
mailing list