[GHC] #8475: Library docs: broken links to Foreign.ForeignPtr

GHC ghc-devs at haskell.org
Thu Oct 24 09:22:48 UTC 2013


#8475: Library docs: broken links to Foreign.ForeignPtr
------------------------------------+-------------------------------------
       Reporter:  simonmar          |             Owner:
           Type:  bug               |            Status:  new
       Priority:  high              |         Milestone:  7.8.1
      Component:  Documentation     |           Version:  7.6.3
       Keywords:                    |  Operating System:  Unknown/Multiple
   Architecture:  Unknown/Multiple  |   Type of failure:  None/Unknown
     Difficulty:  Unknown           |         Test Case:
     Blocked By:                    |          Blocking:
Related Tickets:                    |
------------------------------------+-------------------------------------
 In the library docs at
 `http://www.haskell.org/ghc/docs/latest/html/libraries/index.html`, the
 `Foreign.ForeignPtr` module in the contents is the one from `haskell2010`,
 not `base`.  This causes various problems, it seems.  For instance:

  * the link from `ForeignPtr` to `Foreign.ForeignPtr` is broken
  * the link from `Foreign.Concurrent` to `Foreign.ForeignPtr` is broken

 there are probably other broken links too.  We need to figure out what to
 do about overlapping modules properly.

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8475>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list