[GHC] #9165: Export TimerManager from GHC.Event

#9165: Export TimerManager from GHC.Event -------------------------------------------+------------------------------- Reporter: basvandijk | Owner: Type: task | Status: new Priority: normal | Milestone: Component: libraries/base | Version: 7.8.2 Keywords: | Operating System: Architecture: Unknown/Multiple | Unknown/Multiple Difficulty: Easy (less than 1 hour) | Type of failure: Blocked By: | None/Unknown Related Tickets: | Test Case: | Blocking: -------------------------------------------+------------------------------- [http://hackage.haskell.org/package/base-4.7.0.0/docs/GHC-Event.html GHC.Event] exports `getSystemTimerManager` but not the actual `TimerManager` type. I propose to export it so that the haddocks are properly linked and users can actually refer to `TimerManager` in their type signatures. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/9165 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#9165: Export TimerManager from GHC.Event
-------------------------------+-------------------------------------------
Reporter: basvandijk | Owner:
Type: task | Status: new
Priority: normal | Milestone:
Component: | Version: 7.8.2
libraries/base | Keywords:
Resolution: | Architecture: Unknown/Multiple
Operating System: | Difficulty: Easy (less than 1 hour)
Unknown/Multiple | Blocked By:
Type of failure: | Related Tickets:
None/Unknown |
Test Case: |
Blocking: |
-------------------------------+-------------------------------------------
Comment (by Herbert Valerio Riedel

#9165: Export TimerManager from GHC.Event -------------------------------+------------------------------------------- Reporter: basvandijk | Owner: Type: task | Status: closed Priority: normal | Milestone: 7.10.1 Component: | Version: 7.8.2 libraries/base | Keywords: Resolution: fixed | Architecture: Unknown/Multiple Operating System: | Difficulty: Easy (less than 1 hour) Unknown/Multiple | Blocked By: Type of failure: | Related Tickets: None/Unknown | Test Case: | Blocking: | -------------------------------+------------------------------------------- Changes (by hvr): * status: new => closed * resolution: => fixed * milestone: => 7.10.1 Comment: I assume we don't need this to get merged into the GHC 7.8 branch, so I'm closing this for now -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/9165#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC