[GHC] #9958: System.IO.Error: Fix a documentation link to Control.Exception.Exception

#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

#9958: System.IO.Error: Fix a documentation link to Control.Exception.Exception -------------------------------------+------------------------------------- Reporter: mineo | Owner: Type: bug | Status: patch Priority: normal | Milestone: Component: libraries/base | Version: 7.8.4 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: None/Unknown | Unknown/Multiple Blocked By: | Test Case: Related Tickets: | Blocking: | Differential Revisions: -------------------------------------+------------------------------------- Changes (by mineo): * status: new => patch -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/9958#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#9958: System.IO.Error: Fix a documentation link to Control.Exception.Exception -------------------------------------+------------------------------------- Reporter: mineo | Owner: Type: bug | Status: closed Priority: normal | Milestone: Component: libraries/base | Version: 7.8.4 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: None/Unknown | Unknown/Multiple Blocked By: | Test Case: Related Tickets: | Blocking: | Differential Revisions: -------------------------------------+------------------------------------- Changes (by thoughtpolice): * status: patch => closed * resolution: => fixed Comment: Merged via bb3b71a02483bd119cd3fd9b7c4235681b92619f, thanks! -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/9958#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#9958: System.IO.Error: Fix a documentation link to Control.Exception.Exception -------------------------------------+------------------------------------- Reporter: mineo | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: libraries/base | Version: 7.8.4 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: None/Unknown | Unknown/Multiple Blocked By: | Test Case: Related Tickets: | Blocking: | Differential Revisions: -------------------------------------+------------------------------------- Changes (by thomie): * status: closed => new * resolution: fixed => Comment: Link is still broken. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/9958#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#9958: System.IO.Error: Fix a documentation link to Control.Exception.Exception -------------------------------------+------------------------------------- Reporter: mineo | Owner: Type: bug | Status: closed Priority: normal | Milestone: Component: libraries/base | Version: 7.8.4 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: None/Unknown | Unknown/Multiple Blocked By: | Test Case: Related Tickets: | Blocking: | Differential Revisions: -------------------------------------+------------------------------------- Changes (by mineo): * status: new => closed * resolution: => fixed Comment: If you click on the "Source" link next to the type, you'll see that the version of base (4.8.0.0) the docs were built from does not yet include this change. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/9958#comment:4 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC