id,summary,reporter,owner,description,type,status,priority,milestone,version,resolution,keywords,cc
237,Link to non-imported lowercase name generates a type link instead of a data link,joeyadams,,"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)",defect,new,minor,,2.12.0,,,
