
#9958: System.IO.Error: Fix a documentation link to Control.Exception.Exception -------------------------------------+------------------------------------- Reporter: mineo | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: | Version: 7.8.4 libraries/base | Operating System: Unknown/Multiple Keywords: | Type of failure: None/Unknown Architecture: | Blocked By: Unknown/Multiple | Related Tickets: Test Case: | Blocking: | Differential Revisions: | -------------------------------------+------------------------------------- On http://hackage.haskell.org/package/base-4.7.0.2/docs/System-IO- Error.html, the link to Control.Exception.Exception in the sentence "For a more general type of exception, including also those that arise in pure code, see Control.Exception.Exception." is broken because (in the source) it's a link to a module, but C.E.E is a type. Changing the double to single quotes fixes that. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/9958 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler